Skip to content
Snippets Groups Projects
Commit c9a49a9b authored by Jack Reed's avatar Jack Reed
Browse files

Removes babel-plugin-lodash in favor of babel-plugin-import

parent bcba7d0e
No related tags found
No related merge requests found
...@@ -3,8 +3,10 @@ ...@@ -3,8 +3,10 @@
"plugins": [ "plugins": [
"@babel/plugin-transform-runtime", "@babel/plugin-transform-runtime",
"transform-react-remove-prop-types", "transform-react-remove-prop-types",
["lodash", { "id": [ ["import", {
"lodash", "react-placeholder", "libraryName": "lodash",
]} "libraryDirectory": "",
]], "camel2DashComponentName": false,
}, "lodash"],
]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment