How to split an existing AngularJS application into chunks?
We are developing an AngularJS application. We using webpack for bundling dependencies and ui.router for routing behaviour. Since the output file is getting huge over time, we want to split all areas (admin, settings, orders etc.) in separate files a...