Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Revert "Revert "babel 6.19""
Browse files Browse the repository at this point in the history
babel 6.20
  • Loading branch information
Christophe Hurpeau committed Dec 12, 2016
1 parent d10547b commit 7da4f0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/build/babelrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { buildPreset as buildPreset2015 } from 'babel-preset-es2015';
import presetNode6 from 'babel-preset-es2015-node6/object-rest';
import presetNode6 from 'babel-preset-es2015-node6';
import presetReact from 'babel-preset-react';
import preset2016 from 'babel-preset-es2016';
import preset2017 from 'babel-preset-es2017';
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,19 @@
"assets-webpack-plugin": "^3.4.0",
"async-props": "^0.3.2",
"autoprefixer": "^6.3.3",
"babel-core": "^6.14.0",
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5",
"babel-loader": "^6.2.7",
"babel-plugin-discard-module-references": "^1.1.2",
"babel-plugin-minify-dead-code-elimination": "0.1.1",
"babel-plugin-minify-guarded-expressions": "0.0.3",
"babel-plugin-minify-replace": "0.0.1",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-transform-export-default-name-forked": "^1.0.6",
"babel-plugin-transform-node-env-inline": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-node6": "^0.4.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
Expand Down

0 comments on commit 7da4f0e

Please sign in to comment.