parcel-plugin-clean-dist
parcel-plugin-clean-dist copied to clipboard
use rimraf
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,