clean-webpack-hd-plugin
v1.0.0
Published
a simple webpack plugin to clean up your build
Downloads
9
Maintainers
Readme
clean-webpack-hd-plugin
使用
webpack.config.js
plugins: [
// ...other plugins
new CleanWebpackHdPlugin({
exclude: ['xxx.js'], // 排除的文件,非必传
}),
// ...other plugins
],