ci: update rollup plugin config

This commit is contained in:
Derrick Hammer 2023-06-23 18:49:58 -04:00
parent c8d7336a84
commit 08e7ef098b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 8 additions and 1 deletions

View File

@ -30,11 +30,18 @@
{
"browser": true
}
], [
],
[
"@apply @rollup/plugin-wasm[default]",
{
"targetEnv": "auto-inline"
}
],
[
"@apply @rollup/plugin-node-resolve[default]",
{
"preferBuiltins": false
}
]
]
}