From 3e4d3007b6908e8daecc907091ad22626e28782a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 2 Jul 2023 11:45:05 -0400 Subject: [PATCH] fix: add inlineDynamicImports --- configs/rollup.yaml | 1 + 1 file changed, 1 insertion(+) 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]'