-
Notifications
You must be signed in to change notification settings - Fork 512
What is the difference between hash, chunkhash and contenthash? #153
Comments
Is no one able to answer this question? |
hash is calculated for a build, chunkhash is calculated for chunk (entry file), contenthash is special hash generated in ExtractTextPlugin and is calculated by extracted content, not by whole chunk content See this article https://medium.com/@okonetchnikov/long-term-caching-of-static-assets-with-webpack-1ecb139adb95#.f9aon6s3b |
The question is good (I had the same)... It is mostly about Webpack, but indeed |
It's old, but If anyone came here and still confused, see my answer on Stackoverflow with examples: |
Also I dont understand what is a chunk. Can this be made clearer in readme as well?
The text was updated successfully, but these errors were encountered: