dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Add clean-webpack-plugin #229

Closed mwistrand closed 6 years ago

mwistrand commented 6 years ago

Type: bug

The following has been addressed in the PR:

Description:

Adds the clean-webpack-plugin to remove the dist and _build directories at the start of compilation. Verified against todo-mvc-kitchensink.

Resolves #228

matt-gadd commented 6 years ago

@mwistrand given we've landed some other small features, lets go ahead and take this. I added an issue for parity in https://github.com/dojo/cli-build-app/issues/9.

mwistrand commented 6 years ago

Thanks, @matt-gadd. I'll merge as soon as I resolve the current conflicts.