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,
|
supplementaryIgnores: ignores,
|
||||||
supplementaryConfig: {
|
supplementaryConfig: {
|
||||||
rollup: {
|
rollup: {
|
||||||
|
output: {
|
||||||
|
"0": {
|
||||||
|
inlineDynamicImports: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
[
|
[
|
||||||
"@apply @rollup/plugin-wasm[default]",
|
"@apply @rollup/plugin-wasm[default]",
|
||||||
|
|
Loading…
Reference in New Issue