@abide-community/parcel-plugin-clean-out-dir
v1.0.0
Published
Cleans the Parcel output directory before building
Downloads
22
Readme
@abide-community/parcel-plugin-clean-out-dir
Cleans the Parcel output directory before building
Usage
Install the plugin with your package manager of choice.
yarn add @abide-community/parcel-plugin-clean-out-dir --dev
# or
npm install --save-dev @abide-community/parcel-plugin-clean-out-dir
Per Parcel's documentation, the plugin will be registered with Parcel during initialization. Now, Parcel's output directory will be cleaned before a build to ensure that previous build assets are not carried over between builds.