Merge pull request #49 from netlify/update-babel-and-webpack
updates babel preset env and webpack versions
This commit is contained in:
commit
feadf57a42
2
.babelrc
2
.babelrc
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"presets": ["es2015"],
|
||||
"presets": ["env"],
|
||||
"plugins": [
|
||||
"syntax-object-rest-spread",
|
||||
"transform-object-rest-spread"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,7 @@
|
|||
"babel-plugin-transform-class-properties": "^6.10.2",
|
||||
"babel-plugin-transform-object-assign": "^6.8.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-env": "1.6.0",
|
||||
"babel-register": "^6.11.6",
|
||||
"browser-sync": "^2.13.0",
|
||||
"css-loader": "^0.28.2",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"postcss-cssnext": "^2.7.0",
|
||||
"postcss-import": "^10.0.0",
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^2.6.0",
|
||||
"webpack": "3.6.0",
|
||||
"whatwg-fetch": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue