Angular 13 bundle size

259 Views Asked by At

The bundle dist size of my Angular13.1.1 project is big (3.5mega to download for users). I could gzip or lazyLoad some parts, but I am wondering if my bundle is normal, because in webpack-bundle-analyzer I see per example several places with node_modules

enter image description here

Is my bundle fine?

I try to reduce bundle size by removing imports and changing angular configuration but I would like to have an external opinion

0

There are 0 best solutions below