We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2822d commit 30b0065Copy full SHA for 30b0065
.babelrc
@@ -13,10 +13,10 @@
13
]
14
],
15
"plugins": [
16
- "transform-object-rest-spread",
17
"transform-flow-strip-types",
18
- "syntax-trailing-function-commas",
19
"transform-class-properties",
+ "syntax-trailing-function-commas",
+ "syntax-object-rest-spread",
20
[
21
"module-resolver",
22
{
package.json
@@ -108,6 +108,7 @@
108
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
109
"babel-plugin-transform-class-properties": "^6.24.1",
110
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
111
+ "babel-plugin-syntax-object-rest-spread": "^6.13.0",
112
"babel-preset-env": "^1.6.1",
113
"babel-preset-react": "^6.24.1",
114
"chalk": "^2.1.0",
0 commit comments