clean-webpack-hd-plugin

1.0.0 • Public • Published

clean-webpack-hd-plugin

使用

webpack.config.js

   plugins: [
    // ...other plugins
    new CleanWebpackHdPlugin({
      exclude: ['xxx.js'], // 排除的文件,非必传
    }),
    // ...other plugins

  ],

Package Sidebar

Install

npm i clean-webpack-hd-plugin

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.82 kB

Total Files

3

Last publish

Collaborators

  • chengheai