1.0.1 • Published 3 years ago
clean-plugin v1.0.1
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'}),
]
}