Skip to content

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

Notifications You must be signed in to change notification settings

eznix86/webpack-empty-files-cleanup-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 required parameter 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published