babel-plugin-recharts
babel-plugin-recharts copied to clipboard
Integrate With CRA
How to make it work with Create React App without ejecting. There is no babelrc or webpack.config to add the plugin.
@vaibhavhrt Did you figure out how to do this?
@paulcredmond nope
This works for overriding CRA webpack config: https://github.com/timarney/react-app-rewired
I am using it with a CRA 2.x app