clear-webpack-exclude-plugin
v1.0.1
Published
clear file exclude from your options
Downloads
1
Readme
Install
$ npm install clear-webpack-exclude-plugin
Usage
webpack.config.js
const ClearWebpackExcludePlugin = require('clear-webpack-exclude-plugin')
module.exports={ ... plugins:[ new ClearWebpackExcludePlugin({ exclude:['filename.xx'] }) ] }
