Skip to content

Commit

Permalink
Fixed build (babel mangle issue babel/minify#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheXardas committed Apr 13, 2018
1 parent f5c96f1 commit 599a8fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
],
"env": {
"production": {
"presets": ["minify"]
"presets": [
["minify", {
"mangle": false
}]
]
}
},
"plugins": []
Expand Down

0 comments on commit 599a8fb

Please sign in to comment.