1.0.2 • Published 3 years ago

webpack-empty-files-cleanup-plugin v1.0.2

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

webpack-empty-files-cleanup-plugin

Webpack plugin for removing empty files, or classified as 0 bytes.

Usage

const WebpackEmptyFilesCleanUpPlugin = require('webpack-empty-files-cleanup-plugin');
let options = {verbose: true, dry: true}
/* ... */
plugins.push(new WebpackEmptyFilesCleanUpPlugin(options));

Options

An optional parameter, object with properties.

verbose (boolean)

When set to true, webpack output logs for this package.

dry (boolean)

If set to true, webpack will not remove generated empty files.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago