We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c030c3e commit cf388d2Copy full SHA for cf388d2
1 file changed
rollup.config.mjs
@@ -60,6 +60,7 @@ const config = [
60
format: "iife",
61
name: "PySlangWorker",
62
sourcemap: true,
63
+ inlineDynamicImports: true,
64
},
65
plugins: plugins(),
66
@@ -73,6 +74,7 @@ const config = [
73
74
format: "cjs",
75
exports: "default",
76
77
78
79
80
0 commit comments