Angular-RU / angular-cli-webpack

Webpack configuration modifier for @angular/cli
MIT License
67 stars 5 forks source link

Path fix, and a small quality of life change #15

Closed larssn closed 6 years ago

larssn commented 6 years ago

So I fixed the path problems I talked about in https://github.com/Angular-RU/angular-cli-webpack/commit/810bde555b15daf4fe2b2660d2a284b43c475ba8

Took the liberty of added a small quality of life improvement: namely when you npm run build, it cleans the lib folder. This required a new dev dependency on rimraf.

This plugin is a really good idea btw. Glad I found it!