Skip to content

Commit

Permalink
Updated babel to env (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckinabox authored and lozjackson committed May 7, 2018
1 parent e54a612 commit 72ed2c4
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 16 deletions.
44 changes: 34 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"babel": {
"presets": [
"es2015",
"env",
"stage-0"
],
"plugins": [
Expand Down Expand Up @@ -85,7 +85,7 @@
"babel-plugin-rewire": "^1.0.0-rc-3",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"babel": {
"presets": [
"es2015",
"env",
"react",
"stage-0"
]
Expand Down
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"babel": {
"presets": [
"es2015",
"env",
"stage-0"
]
},
Expand Down
2 changes: 1 addition & 1 deletion website/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": ["env", "react", "stage-0"]
}
2 changes: 1 addition & 1 deletion website/static/bundle.js

Large diffs are not rendered by default.

0 comments on commit 72ed2c4

Please sign in to comment.