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 @@ -66,13 +66,6 @@ if (env === 'development' || env === 'test') {
6666}
6767
6868if ( env === 'test' ) {
69- plugins . push . apply ( plugins , [
70- // We always include this plugin regardless of environment
71- // because of a Babel bug that breaks object rest/spread without it:
72- // https://github.com/babel/babel/issues/4851
73- require . resolve ( 'babel-plugin-transform-es2015-parameters' )
74- ] ) ;
75-
7669 module . exports = {
7770 presets : [
7871 // ES features necessary for user's Node version
Original file line number Diff line number Diff line change 1313 "dependencies" : {
1414 "babel-plugin-syntax-dynamic-import" : " 6.18.0" ,
1515 "babel-plugin-transform-class-properties" : " 6.22.0" ,
16- "babel-plugin-transform-es2015-parameters" : " 6.22.0" ,
1716 "babel-plugin-transform-object-rest-spread" : " 6.22.0" ,
1817 "babel-plugin-transform-react-constant-elements" : " 6.22.0" ,
1918 "babel-plugin-transform-react-jsx" : " 6.22.0" ,
You can’t perform that action at this time.
0 commit comments