Skip to content

Commit

Permalink
babel-preset-default: Remove babel-plugin-lodash (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Apr 12, 2018
1 parent d268a2f commit 28b26c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/babel-preset-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ module.exports = {
pragma: 'wp.element.createElement',
} ],
! isTestEnv && require( 'babel-plugin-transform-runtime' ),
! isTestEnv && require( 'babel-plugin-lodash' ),
].filter( Boolean ),
};
1 change: 0 additions & 1 deletion packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"dependencies": {
"@wordpress/browserslist-config": "^2.1.3",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
Expand Down

0 comments on commit 28b26c8

Please sign in to comment.