Skip to content

Commit

Permalink
fix a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgertig committed Feb 25, 2018
1 parent a363671 commit 29537a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
],
"env": {
"production": {
"presets": ["babili"]
"presets": [
[
"babili",
{
"evaluate": false,
"mangle": false
}
]
]
}
}
}

0 comments on commit 29537a0

Please sign in to comment.