New:Socket for Asana Is Now Available.Learn more
Get Started

clean-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-plugin

``` npm install clean-plugin -D ```

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

A clean-plugin for webpack using del

Installation

 npm install clean-plugin -D

Usage

const CleanPlugin = require('clean-plugin');

module.exports = {
 
	plugins: [
		new CleanPlugin({exclude: 'a'}),
	]
}

Keywords

webpack

FAQs

Package last updated on 30 Dec 2021

Related posts