File tree 2 files changed +0
-3
lines changed
packages/babel-preset-node-module
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ function buildPreset(context, opts) {
35
35
] ,
36
36
// const { a, ...z } = obj;
37
37
require . resolve ( 'babel-plugin-transform-es2015-destructuring' ) ,
38
- // const fn = ({ a, ...otherProps }) => otherProps;
39
- require . resolve ( 'babel-plugin-transform-es2015-parameters' ) ,
40
38
] ;
41
39
42
40
// This is similar to how `env` works in Babel:
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"babel-plugin-transform-class-properties" : " 6.23.0" ,
15
15
"babel-plugin-transform-es2015-destructuring" : " ^6.23.0" ,
16
- "babel-plugin-transform-es2015-parameters" : " ^6.23.0" ,
17
16
"babel-plugin-transform-object-rest-spread" : " 6.23.0" ,
18
17
"babel-plugin-transform-react-constant-elements" : " 6.23.0" ,
19
18
"babel-plugin-transform-react-jsx" : " ^6.23.0" ,
You can’t perform that action at this time.
0 commit comments