1.0.7 • Published 5 years ago

webpack-hash-exclude-plugin v1.0.7

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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago