Initially I had implemented a single module per component, and module-based lazy-loading in my app. At that time my main.js bundle size was 2mb. Now I converted to all standalone components and implemented lazy loading for standalone components. Now my bundle size is 4mb. Any idea what can be the root problem or a solution? Has anyone else faced this issue?
- I verified the vendorChunk in build config, it's already true.
- I tried optimising the lazy loading as much as possible.