Skip to content

Commit

Permalink
Add temp workaround for latest babel-minify
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jul 13, 2018
1 parent 27752c1 commit 8febdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc.native
Expand Up @@ -5,7 +5,7 @@
"env": {
"production": {
"compact": true,
"presets": [["minify", { "mangle": false }]]
"presets": [["minify", { "mangle": false, "guards": false }]]
}
}
}

0 comments on commit 8febdd8

Please sign in to comment.