-
- Downloads
Removes babel-plugin-lodash in favor of babel-plugin-import
parent
bcba7d0e
Branches remove-babel-plugin-lodash
No related tags found
... | @@ -79,7 +79,7 @@ | ... | @@ -79,7 +79,7 @@ |
"babel-eslint": "10.0.2", | "babel-eslint": "10.0.2", | ||
"babel-jest": "^24.8.0", | "babel-jest": "^24.8.0", | ||
"babel-loader": "^8.0.6", | "babel-loader": "^8.0.6", | ||
"babel-plugin-lodash": "^3.3.4", | "babel-plugin-import": "^1.12.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"bundlewatch": "^0.2.5", | "bundlewatch": "^0.2.5", | ||
"chalk": "^2.4.2", | "chalk": "^2.4.2", | ||
... | ... |
Please register or sign in to comment