fix: fix plugins list

This commit is contained in:
Derrick Hammer 2023-06-30 02:18:35 -04:00
parent 7aa14f88e6
commit 21b414b25b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 4 deletions

View File

@ -22,11 +22,13 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
supplementaryConfig: {
rollup: {
plugins: [
[
"@apply @rollup/plugin-wasm[default]",
{
targetEnv: "auto-inline",
},
],
],
},
},
};