Skip to content

Commit 378df6a

Browse files
committed
Update babel-plugin-transform-object-rest-spread to v6.19.0
The `babel-plugin-transform-object-rest-spread` v6.19.0 update will allow us to remove the `babel-plugin-transform-es2015-destructuring` and `babel-plugin-transform-es2015-parameters` as the object rest spread transform will now work standalone and not require additional tranforms
1 parent 80fe767 commit 378df6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-preset-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"babel-plugin-transform-class-properties": "6.16.0",
1515
"babel-plugin-transform-es2015-destructuring": "6.16.0",
1616
"babel-plugin-transform-es2015-parameters": "6.17.0",
17-
"babel-plugin-transform-object-rest-spread": "6.16.0",
17+
"babel-plugin-transform-object-rest-spread": "6.19.0",
1818
"babel-plugin-transform-react-constant-elements": "6.9.1",
1919
"babel-plugin-transform-react-jsx-self": "6.11.0",
2020
"babel-plugin-transform-react-jsx-source": "6.9.0",

0 commit comments

Comments
 (0)