update babel config
This commit is contained in:
parent
bc30eb379f
commit
8166a11c02
1 changed files with 3 additions and 0 deletions
3
.babelrc
3
.babelrc
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"presets": [["latest", { "es2015": { "modules": false } }], "stage-2"],
|
||||
"env": {
|
||||
"development": {
|
||||
"plugins": ["rewire"]
|
||||
},
|
||||
"coverage": {
|
||||
"plugins": [
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue