npm.io
1.0.0 • Published 7 years ago

webpack-chunkshash-exclude-plugin

Licence
MIT
Version
1.0.0
Deps
3
Size
5 kB
Vulns
0
Weekly
0

使用方法

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
})

Keywords