webpack-plugin-deletecompilerbundle
v1.2.3
Published
webpack plugin delete compiler bundle
Maintainers
Readme
webpack-plugin-deletecompilerbundle
Installation
npm i webpack-plugin-deletecompilerbundle
Usage
const Deletecompilerbundle = require('webpack-plugin-deletecompilerbundle');
module.exports = {
...
plugins: [
...
new Deletecompilerbundle(),
]
}