Merge pull request #1775 from SergioCrisostomo/add-babel-stage-3

Add Object rest spread to eslint and babel configs
This commit is contained in:
Aresn 2017-09-03 10:34:41 +08:00 committed by GitHub
commit a3f7e0d25e
3 changed files with 8 additions and 3 deletions

View file

@ -56,12 +56,13 @@
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.11.6",
"chai": "^3.5.0",
"cross-env": "^3.2.4",
"css-loader": "^0.23.1",
"eslint": "^3.19.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"friendly-errors-webpack-plugin": "^1.6.1",