jharris4 / html-webpack-tags-plugin

lets you define html tags to inject with html-webpack-plugin
MIT License
255 stars 31 forks source link

keep hash unchanged #18

Closed saysmy closed 6 years ago

saysmy commented 6 years ago

hash: boolean

Specifying whether the assets should be appended with webpack's compilation hash. This is useful for cache busting. Default is false.

hi, Are there any ways to keep the hash value unchanged and only generate the hash based on the content?

jharris4 commented 6 years ago

The hash is being generated by webpack.

If you want to change the hash that is generated, you'll need to change your webpack config accordingly.

I'm closing this issue, but happy to help if you have further questions that are specific to this plugin.