Skip to content

Commit fb9c2c6

Browse files
Add explicit dep on plugin-proposal-object-rest-spread to babel-preset-react-app
1 parent d9fbe44 commit fb9c2c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"dependencies": {
1515
"@babel/core": "7.0.0-beta.38",
1616
"@babel/plugin-proposal-class-properties": "7.0.0-beta.38",
17+
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.38",
1718
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.38",
1819
"@babel/plugin-transform-classes": "7.0.0-beta.38",
1920
"@babel/plugin-transform-destructuring": "7.0.0-beta.38",

0 commit comments

Comments
 (0)