diff --git a/src/index.ts b/src/index.ts index 04d66c7..6e51349 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,6 +21,11 @@ export default async function (context: PresetContext): Promise { supplementaryIgnores: ignores, supplementaryConfig: { rollup: { + output: { + "0": { + inlineDynamicImports: true, + }, + }, plugins: [ [ "@apply @rollup/plugin-wasm[default]",