Skip to content
Snippets Groups Projects
Unverified Commit fc94906a authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix: keep dynamic import in cjs (#575)

parent b83fcd11
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"target": "esnext" "target": "esnext"
}, },
"module": { "module": {
"type": "commonjs" "type": "commonjs",
"ignoreDynamic": true
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment