0.0.1 • Published 3 years ago

webpack-unused-file-plugin v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

webpack-unused-file-plugin

Install

npm install webpack-unused-file-plugin --save

Usage

const { WebpackUnusedFilePlugin } = require('webpack-unused-file-plugin');

module.exports = {
  plugins: [new WebpackUnusedFilePlugin(options)],
};

Options

KeyValueDescription
patterns["**/*.*"]glob-all(patterns)
errorfalseshow error.
globOptions{ignore: "node_modules/**/*"}node-glob(options)