Bundling Angular with webpack

I love building Angular applications. Because Angular is so modular you can separate your JavaScript code like your controllers and services into multiple files. But adding all of the script references to my HTML file is painful. If only there … Continue reading Bundling Angular with webpack