Workaround for babel script issues (https://github.com/babel/minify/issues/904)
This commit is contained in:
parent
9bcc67ac89
commit
b47fe9074c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env", "minify"]
|
||||
"presets": ["@babel/preset-env", "minify", { "builtIns": false, "mangle": false }]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue