angularwebpackangular-ui-routerangular-builder

Angular main.js file large size


My project user angular version 7, and here is the angular.json configuration enter image description here

when I build for production my main.js file is way too large nearly 12MB in size which makes my app to load the page very slowly. Nearly the initial load tooks 4 - 5 minutes

Here is the build result enter image description here

Here is my analyser result enter image description here

Thanks in advance


Solution

  • Split the file which is taking too much into modules and apply lazy loading