Skip to content

Commit

Permalink
babel-preset-es2015 -> babel-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezavalizade committed Jan 30, 2018
1 parent 05b0f86 commit 4a647d1
Show file tree
Hide file tree
Showing 4 changed files with 12,748 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"presets": [
["es2015"],
["env"],
"stage-2",
"react",
"react"
],
"env": {
"production": {
"ignore": ["node-modules/**", "src/__tests__/**"],
"ignore": ["node-modules/**", "src/__tests__/**"]
},
"test": {
"ignore": ["node-modules/**"],
"ignore": ["node-modules/**"]
}
}
}
Loading

0 comments on commit 4a647d1

Please sign in to comment.