clean-empty-file-plugin
v1.0.0
Published
> 用于清理字节为0的js和css
Downloads
2
Readme
CleanEmptyFilePlugin
用于清理字节为0的js和css
Options
参数
| Name | Type | Default | Description |
| :-------------: | :-----------: | :-------: | :----------------: |
| cleanOutput
| {Boolean}
| false
| 是否清空输出文件夹 |
Usage
插件使用很简单,只需要实例化即可
new CleanEmptyFilePlugin({
// 清空输出的路径
cleanOutput: true,
});