webpacked-angular-with-dll
v1.0.2
Published
Sample demonstrating usage of webpack and dllplugin to bundle an angular project.
Downloads
7
Readme
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: