diff --git a/rollup.config.js b/rollup.config.js index 1ffe904..9beb28c 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -13,7 +13,8 @@ export default { input: 'src/index.ts', output: { file: 'dist/index.cjs', - format: 'cjs' + format: 'cjs', + inlineDynamicImports: true, }, plugins: [ json(),