diff --git a/configs/rollup.yaml b/configs/rollup.yaml index 127973f..7eb3457 100644 --- a/configs/rollup.yaml +++ b/configs/rollup.yaml @@ -3,6 +3,7 @@ output: - file: '{output}/index.js' format: cjs sourcemap: true + inlineDynamicImports: true plugins: - '@apply @rollup/plugin-json[default]' - '@apply @rollup/plugin-node-resolve[default]'