ci: update rollup plugin config
This commit is contained in:
parent
c8d7336a84
commit
08e7ef098b
|
@ -30,11 +30,18 @@
|
|||
{
|
||||
"browser": true
|
||||
}
|
||||
], [
|
||||
],
|
||||
[
|
||||
"@apply @rollup/plugin-wasm[default]",
|
||||
{
|
||||
"targetEnv": "auto-inline"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@apply @rollup/plugin-node-resolve[default]",
|
||||
{
|
||||
"preferBuiltins": false
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue