Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Use env instead of es2015 ( babel/babel#5469 )
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyw committed Sep 4, 2017
1 parent 1223014 commit 18c4d5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/npmSearch/.babelrc
@@ -1,6 +1,6 @@
{
"presets": [
"es2015",
"env",
"react"
],
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion examples/npmSearch/package.json
Expand Up @@ -22,7 +22,7 @@
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"in-publish": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/randomUser/.babelrc
@@ -1,6 +1,6 @@
{
"presets": [
"es2015",
"env",
"react"
],
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion examples/randomUser/package.json
Expand Up @@ -18,7 +18,7 @@
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"in-publish": "^2.0.0",
"tap-spec": "^4.1.1",
Expand Down

0 comments on commit 18c4d5b

Please sign in to comment.