diff --git a/babel.config.json b/babel.config.json index 5d1ff01f..de2f8304 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,3 +1,6 @@ { - "presets": ["@babel/preset-env", "minify"] + "presets": [ + "@babel/preset-env", + ["minify", { "builtIns": false, "mangle": false }] + ] }