Open s123121 opened 5 years ago
I built a tool to help you analyze webpack bundles for size regressions, and report them directly to GitHub PRs. It's free for open source, so it might be worth checking out and helpful in this scenario.
Please check #1085 for a solution
The entire bundle for
bizcharts
is too big. Is there any way to import individual component? For exampleimport { Chart, Axis, Tooltip, Geom } from 'bizcharts'
only import necessary components