Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RadValentin/parcel-plugin-nuke-dist
Parcel plugin to wipe dist directory before compiling a new bundle
https://github.com/RadValentin/parcel-plugin-nuke-dist
cleanup-script parcel parcel-plugin
Last synced: 2 months ago
JSON representation
Parcel plugin to wipe dist directory before compiling a new bundle
- Host: GitHub
- URL: https://github.com/RadValentin/parcel-plugin-nuke-dist
- Owner: RadValentin
- License: apache-2.0
- Created: 2019-05-09T12:00:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T18:56:32.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T21:40:39.794Z (3 months ago)
- Topics: cleanup-script, parcel, parcel-plugin
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-parcel - parcel-plugin-nuke-dist - Wipes the `dist/` directory before compiling a new bundle. (Plugins / Other)
README
# parcel-plugin-nuke-dist
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]> Parcel plugin to wipe dist directory before compiling a new bundle
### Important! Not compatible with Parcel 2.0, see [this Stack Overflow answer](https://stackoverflow.com/a/69665352/1333383) 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
```
[npm-image]: https://img.shields.io/npm/v/parcel-plugin-nuke-dist.svg?style=flat-square
[npm-url]: https://npmjs.org/package/parcel-plugin-nuke-dist
[travis-image]: https://img.shields.io/travis/RadValentin/parcel-plugin-nuke-dist.svg?style=flat-square
[travis-url]: https://travis-ci.org/RadValentin/parcel-plugin-nuke-dist
[license-image]: http://img.shields.io/npm/l/parcel-plugin-nuke-dist.svg?style=flat-square
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/parcel-plugin-nuke-dist.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/parcel-plugin-nuke-dist