Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 211 Bytes

webpack-fileFilter-plugin

delete files match the reg during bundling

example

var FileFilterPlugin = require(./index.js)
....
plugin: [
  new FileFilterPlugin({
    deleteFileReg:  /\.scss$/
  })
]