update babel config

This commit is contained in:
Mike Greiling 2018-03-28 23:39:45 -05:00
parent bc30eb379f
commit 8166a11c02
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -1,6 +1,9 @@
{
"presets": [["latest", { "es2015": { "modules": false } }], "stage-2"],
"env": {
"development": {
"plugins": ["rewire"]
},
"coverage": {
"plugins": [
[