1.0.0 • Published 5 years ago

webpack-chunkshash-exclude-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

使用方法

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