Skip to content

Commit

Permalink
Remove babel-preset-es2015-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Mar 10, 2017
1 parent a5f9a32 commit 1c63e6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/babel-preset-node-module/index.js
Expand Up @@ -35,8 +35,6 @@ function buildPreset(context, opts) {
],
// const { a, ...z } = obj;
require.resolve('babel-plugin-transform-es2015-destructuring'),
// const fn = ({ a, ...otherProps }) => otherProps;
require.resolve('babel-plugin-transform-es2015-parameters'),
];

// This is similar to how `env` works in Babel:
Expand Down
1 change: 0 additions & 1 deletion packages/babel-preset-node-module/package.json
Expand Up @@ -13,7 +13,6 @@
"dependencies": {
"babel-plugin-transform-class-properties": "6.23.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
Expand Down

0 comments on commit 1c63e6d

Please sign in to comment.