diff --git a/src/index.ts b/src/index.ts index 51d80c1..7aa365f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,10 +22,12 @@ export default async function (context: PresetContext): Promise { supplementaryConfig: { rollup: { plugins: [ - "@apply @rollup/plugin-wasm[default]", - { - targetEnv: "auto-inline", - }, + [ + "@apply @rollup/plugin-wasm[default]", + { + targetEnv: "auto-inline", + }, + ], ], }, },