Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 301 Bytes

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'] }) ] }