I have two git branch, one is development and the other is lazy-load. I did lazy load in my lazy-load branch, but it stuck for 11 minutes after 'copy finished in 19.81 s' which case the build process too slow. The development branch which is not lazy loaded, build app normally, but it takes too much time to startup.
I want lazy-load branch should not take a long time in its build process.
Image when i run command ionic cordova run android
When it finishes building the image.
It seems that webpack takes 11 minutes to finish its task.
When I run the app in the development branch, which does not have any lazy load the webpack takes 34.59 s.