ben-rogerson / agency-webpack-mix-config

👨‍💻 A capable website/webapp boilerplate ready for the web agency battlefield. Creates a static site with Twig templating by default. Supports Craft/Wordpress/Laravel after a few adjustments.
103 stars 12 forks source link

Webpack clean plugin issues #4

Closed ben-rogerson closed 5 years ago

ben-rogerson commented 5 years ago

This plugin seems to fire at the wrong time in certain situations. It's more solid to use rimraf to remove the built directory before we start

ben-rogerson commented 5 years ago

switched to rimraf to avoid potential issues