We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recharts charting library does not tree shake its modules by default. As a result, the entire library is added to the app's bundle size.
recharts
We can treeshake the modules and reduce the apps bundle size by utilising this plugin from recharts.
The text was updated successfully, but these errors were encountered:
Can't be addressed atm since current versions break module imports.
recharts/babel-plugin-recharts#24
Sorry, something went wrong.
0xAeterno
Successfully merging a pull request may close this issue.
recharts
charting library does not tree shake its modules by default. As a result, the entire library is added to the app's bundle size.We can treeshake the modules and reduce the apps bundle size by utilising this plugin from recharts.
The text was updated successfully, but these errors were encountered: