parcel-plugin-clean-dist icon indicating copy to clipboard operation
parcel-plugin-clean-dist copied to clipboard

use rimraf

Open marzelin opened this issue 7 years ago • 0 comments

Why:

I had a subdirectory in my dist folder and this plugin silently failed to clean the directory. rimraf is a battle-tested package that can deal with all kinds of non-trivial situations. Also added notification in case of an error to at least inform the user that the directory hasn't been cleaned.

Thanks,

marzelin avatar Aug 11 '18 14:08 marzelin