preboot / angularjs-webpack

A complete, yet simple, starter for AngularJS using webpack
MIT License
1.71k stars 658 forks source link

Use `CleanWebpackPlugin` instead of `rimraf` #110

Closed peterblazejewicz closed 5 years ago

peterblazejewicz commented 5 years ago

Just proposal. this probably more common solution for cleaning dist directory when using only webpack.

Thanks!