fix: set inlineDynamicImports to true
This commit is contained in:
parent
b66337af0f
commit
a58775aefd
|
@ -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]",
|
||||
|
|
Loading…
Reference in New Issue