clean-plugin
v1.0.1
Published
``` npm install clean-plugin -D ```
Downloads
9
Readme
A clean-plugin for webpack using del
Installation
npm install clean-plugin -DUsage
const CleanPlugin = require('clean-plugin');
module.exports = {
plugins: [
new CleanPlugin({exclude: 'a'}),
]
}