webpack-hash-exclude-plugin

1.0.7 • Public • Published

使用方法

const webpackHashExcludePlugin = require('webpack-hash-exclude-plugin')
new webpackHashExcludePlugin({
  excludeJs: ['styles', 'vendor', 'index'], //chunkname, default: []
  excludeCss: ['styles'], //chunkname, default: []
  cancelHtmlHash: true //取消html模版里面的chunkhash default: true
})

Package Sidebar

Install

npm i webpack-hash-exclude-plugin

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

5.35 kB

Total Files

4

Last publish

Collaborators

  • huangzhongzhen