recharts / babel-plugin-recharts

MIT License
117 stars 16 forks source link

Integrate With CRA #9

Open vaibhavhrt opened 5 years ago

vaibhavhrt commented 5 years ago

How to make it work with Create React App without ejecting. There is no babelrc or webpack.config to add the plugin.

paulcredmond commented 5 years ago

@vaibhavhrt Did you figure out how to do this?

vaibhavhrt commented 5 years ago

@paulcredmond nope

digitalmoran commented 5 years ago

This works for overriding CRA webpack config: https://github.com/timarney/react-app-rewired

digitalmoran commented 5 years ago

I am using it with a CRA 2.x app