diff --git a/.babelrc.native b/.babelrc.native index a6edbaf392..68d0a470a3 100644 --- a/.babelrc.native +++ b/.babelrc.native @@ -5,7 +5,7 @@ "env": { "production": { "compact": true, - "presets": [["minify", { "mangle": false }]] + "presets": [["minify", { "mangle": false, "guards": false }]] } } }