Skip to content

Commit

Permalink
Revert "Fix babel-preset-env implementation (#765)"
Browse files Browse the repository at this point in the history
This reverts commit ddbfae6.
  • Loading branch information
tech4him1 committed Feb 27, 2018
1 parent 862eeb1 commit 5bae531
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": [
"last 2 Chrome versions",
"last 2 Opera versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 ChromeAndroid versions"
]
}
"modules": false
}],
"react"
],
Expand Down Expand Up @@ -57,13 +46,7 @@
],
"env": {
"test": {
"presets": [
["env", {
"targets": {
"node": "6"
}
}]
]
"plugins": ["transform-es2015-modules-commonjs"]
}
}
}

0 comments on commit 5bae531

Please sign in to comment.