fix: set inlineDynamicImports to true

This commit is contained in:
Derrick Hammer 2023-07-02 02:37:08 -04:00
parent b66337af0f
commit a58775aefd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
supplementaryIgnores: ignores,
supplementaryConfig: {
rollup: {
output: {
"0": {
inlineDynamicImports: true,
},
},
plugins: [
[
"@apply @rollup/plugin-wasm[default]",