1.0.2 • Published 7 years ago

webpacked-angular-with-dll v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Webpacked Angular with a side of Dll (+ HMR freebie)

Basic project showing usage of webpack.DllPlugin with Angular 2.2.1 to minimize build times during development. Also implements HMR using great work from angular2-hmr and angular2-hmr-loader.

To install, clone this repo and:

npm install
npm run dev:dll

Then, go to http://localhost:8080/dist to say hello.

Some references: