fix: fix plugins list
This commit is contained in:
parent
7aa14f88e6
commit
21b414b25b
|
@ -22,11 +22,13 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
||||||
supplementaryConfig: {
|
supplementaryConfig: {
|
||||||
rollup: {
|
rollup: {
|
||||||
plugins: [
|
plugins: [
|
||||||
|
[
|
||||||
"@apply @rollup/plugin-wasm[default]",
|
"@apply @rollup/plugin-wasm[default]",
|
||||||
{
|
{
|
||||||
targetEnv: "auto-inline",
|
targetEnv: "auto-inline",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue