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 branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,10 @@
"plugins": [
"@babel/plugin-transform-runtime",
"transform-react-remove-prop-types",
["lodash", { "id": [
"lodash", "react-placeholder",
]}
]],
["import", {
"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