How much work would it take for you to move all of your directives and their templates to several different new directories? You'd have to update the templateUrl, script tags, etc., etc. With webpack, this can be trivial. For example, you don't need to worry about loading your templates in the $templateCache ever again. Webpack will help you modularize your css and tests. All of these things and more in this series so you can start using webpack with Angular today.
Overview
Syllabus
- AngularJS with Webpack - Introduction
- AngularJS with Webpack - Requiring Directives
- AngularJS with Webpack - ES6 with BabelJS
- AngularJS with Webpack - Requiring Templates
- AngularJS with Webpack - Requiring CSS & Preprocessors
- AngularJS with Webpack - Testing with Karma, Mocha, and Chai
- AngularJS with Webpack - Production Setup
- AngularJS with Webpack - Uglifying your JavaScript
- AngularJS with Webpack - Production Source Maps
- Updating Babel 5 to 6
Taught by
Kent C. Dodds