parcel-plugin-nuke-dist

May 23, 2022 ยท View on GitHub

NPM version Build status License Downloads

Parcel plugin to wipe dist directory before compiling a new bundle

Important! Not compatible with Parcel 2.0, see this Stack Overflow answer for alternatives

Usage

Just install it as a dependency and Parcel will take care of the rest.

npm install parcel-plugin-nuke-dist --save-dev

Contents

  1. 0.1Important! Not compatible with Parcel 2.0, see this Stack Overflow answer for alternatives
  2. 1Usage