Closed larssn closed 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.
npm run build
rimraf
This plugin is a really good idea btw. Glad I found it!
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 onrimraf
.This plugin is a really good idea btw. Glad I found it!