Skip to content

Commit 30b0065

Browse files
nchevobbejasonLaster
authored andcommitted
Don't transform object spread (firefox-devtools#7489)
1 parent 6b2822d commit 30b0065

File tree

3 files changed

+58
-875
lines changed

3 files changed

+58
-875
lines changed

.babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
]
1414
],
1515
"plugins": [
16-
"transform-object-rest-spread",
1716
"transform-flow-strip-types",
18-
"syntax-trailing-function-commas",
1917
"transform-class-properties",
18+
"syntax-trailing-function-commas",
19+
"syntax-object-rest-spread",
2020
[
2121
"module-resolver",
2222
{

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
109109
"babel-plugin-transform-class-properties": "^6.24.1",
110110
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
111+
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
111112
"babel-preset-env": "^1.6.1",
112113
"babel-preset-react": "^6.24.1",
113114
"chalk": "^2.1.0",

0 commit comments

Comments
 (0)