I have a web app which is made with Angular 1.5, ui-router and I'm using Gulp to build it. The angular app is loaded inside a Laravel framework.
My application is growing and is becoming bigger and bigger, and I'm starting to look for solutions to load differents modules when needed.
I was thinking about webpack, but I have no idea if I can integrate it easily with mu current workflow. Any ideas ?
via James