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