fix: add inlineDynamicImports
This commit is contained in:
parent
b50e9b4428
commit
3e4d3007b6
|
@ -3,6 +3,7 @@ output:
|
||||||
- file: '{output}/index.js'
|
- file: '{output}/index.js'
|
||||||
format: cjs
|
format: cjs
|
||||||
sourcemap: true
|
sourcemap: true
|
||||||
|
inlineDynamicImports: true
|
||||||
plugins:
|
plugins:
|
||||||
- '@apply @rollup/plugin-json[default]'
|
- '@apply @rollup/plugin-json[default]'
|
||||||
- '@apply @rollup/plugin-node-resolve[default]'
|
- '@apply @rollup/plugin-node-resolve[default]'
|
||||||
|
|
Loading…
Reference in New Issue