Skip to content

Commit

Permalink
Try useBuiltIns: usage from babel-preset-env v7 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 10, 2017
1 parent 2d3dd03 commit 15d4a04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"presets": [
[ "env", {
"modules": false,
"useBuiltIns": "usage",
"targets": {
"browsers": [
"last 2 Chrome versions",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-core": "^7.0.0-alpha.9",
"babel-eslint": "^7.2.0",
"babel-loader": "^6.4.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-plugin-transform-object-rest-spread": "^7.0.0-alpha.9",
"babel-plugin-transform-react-jsx": "^7.0.0-alpha.9",
"babel-plugin-transform-runtime": "^7.0.0-alpha.9",
"babel-polyfill": "^7.0.0-alpha.9",
"babel-preset-env": "^2.0.0-alpha.7",
"chai": "^3.5.0",
"concurrently": "^3.4.0",
"cross-env": "^3.2.4",
Expand Down

0 comments on commit 15d4a04

Please sign in to comment.