bengrunfeld / expack

Express and Webpack boilerplate application
MIT License
284 stars 76 forks source link

rimraf instead of rm -rf to clean dist #19

Open rttmax opened 4 years ago

rttmax commented 4 years ago

rm is not available on windows. I decided to use rimraf instead.