We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cd2c1 commit 6aa5f6cCopy full SHA for 6aa5f6c
3 files changed
.babelrc
@@ -1,6 +1,7 @@
1
{
2
"presets": [
3
"es2015",
4
+ "stage-0",
5
"react"
6
]
7
}
CHANGELOG.md
@@ -1,5 +1,9 @@
# react-webpack-template - Changelog
+## 1.7.1:
+
+1. Added support for missing rest/spread operator (using babel-stage-0 per default now)
## 1.7.0:
8
9
1. Added back absolute paths to [make subroutes in react-router work](https://github.com/newtriks/generator-react-webpack/issues/228)
package.json
@@ -42,6 +42,7 @@
42
"babel-polyfill": "^6.3.14",
43
"babel-preset-es2015": "^6.0.15",
44
"babel-preset-react": "^6.0.15",
45
+ "babel-preset-stage-0": "^6.5.0",
46
"bower-webpack-plugin": "^0.1.9",
47
"chai": "^3.2.0",
48
"copyfiles": "^0.2.1",
0 commit comments