Skip to content

Commit

Permalink
chore: use babel-preset-env
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
linx4200 committed Jan 31, 2018
1 parent 5bb99f4 commit e992da3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"presets": ["env", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}
Expand Down
40 changes: 35 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"babel-core": "^6.22.x",
"babel-loader": "^7.1.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.22.0",
"chalk": "^2.0.1",
"connect-history-api-fallback": "^1.1.0",
Expand Down

0 comments on commit e992da3

Please sign in to comment.