bundle size huge, including whole @antv in bundle
See original GitHub issuebundle size same in both cases below, I am using the latest version of umi to build.
import Column from "@ant-design/charts/es/plots/column";
import { Column } from "@ant-design/charts";
tried these https://charts.ant.design/guide/faq/
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Reduce size in Ant Design Bundle Size | by Narendra Sisodiya
Adding individual components will save size. This is applicable to Lodash, Material UI and similar libraries which support individual export ...
Read more >[Bundle size] Victory bundle size is large · Issue #656 - GitHub
I've compared bundle sizes between victory and other solutions (e.g., D3), and I wanted to report the results because I found significant ...
Read more >Slimming down your bundle size - LogRocket Blog
A critical part for improving frontend performance is to reduce the JavaScript bundle size that should be downloaded via the network.
Read more >React webpack bundle size is large - Stack Overflow
js$|\.css$|\.html$/, threshold: 10240, // Compress all assets, including files with `0` bytes size ...
Read more >Minimizing Webpack bundle size - Anvil
Learn how to minimize your Webpack bundle size by following these best ... during compilation, instead of including the entire module.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
how about the optimization?
At present, only plots and graphs are classified, and the bottom layer is still the full package, which will be optimized later.