File tree 2 files changed +0
-8
lines changed
packages/babel-preset-react-app
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') {
66
66
}
67
67
68
68
if ( 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
-
76
69
module . exports = {
77
70
presets : [
78
71
// ES features necessary for user's Node version
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"babel-plugin-syntax-dynamic-import" : " 6.18.0" ,
15
15
"babel-plugin-transform-class-properties" : " 6.22.0" ,
16
- "babel-plugin-transform-es2015-parameters" : " 6.22.0" ,
17
16
"babel-plugin-transform-object-rest-spread" : " 6.22.0" ,
18
17
"babel-plugin-transform-react-constant-elements" : " 6.22.0" ,
19
18
"babel-plugin-transform-react-jsx" : " 6.22.0" ,
You can’t perform that action at this time.
0 commit comments