Fixed weird bug with IIFE rollup tempate (UMD and IIFE format error)
mellobacon committed
Oct 5, 2022 at 18:49 UTC
0bd2d18a05af2eb96db1c0b54945fe1cbc1a48ea
1 file changed
+2
-1
rollup.config.js
+2
-1
@@ -37,7 +37,8 @@ export default {
37
sourcemap: true,
38
format: 'iife',
39
name: 'app',
40
- file: 'public/build/bundle.js'
40
+ file: 'public/build/bundle.js',
41
+ inlineDynamicImports: true
42
},
43
plugins: [
44
svelte({