File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
packages/babel-preset-react-app Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,6 @@ if (env === 'development' || env === 'test') {
6464}
6565
6666if ( env === 'test' ) {
67- plugins . push . apply ( plugins , [
68- // We always include this plugin regardless of environment
69- // because of a Babel bug that breaks object rest/spread without it:
70- // https://github.com/babel/babel/issues/4851
71- require . resolve ( 'babel-plugin-transform-es2015-parameters' )
72- ] ) ;
73-
7467 module . exports = {
7568 presets : [
7669 // ES features necessary for user's Node version
Original file line number Diff line number Diff line change 1212 ],
1313 "dependencies" : {
1414 "babel-plugin-transform-class-properties" : " 6.22.0" ,
15- "babel-plugin-transform-es2015-parameters" : " 6.22.0" ,
1615 "babel-plugin-transform-object-rest-spread" : " 6.22.0" ,
1716 "babel-plugin-transform-react-constant-elements" : " 6.22.0" ,
1817 "babel-plugin-transform-react-jsx" : " 6.22.0" ,
You can’t perform that action at this time.
0 commit comments