I know that webpack
can bundle files with some hash values, like contenthash
,chunkhash
, etc. It's good for browser cache and better UE, but as far as I know, the HTTP header - ETag
is also doing the same thing. Can we just use ETag for cache and make all filenames without hash in it ?
Asked
Active
Viewed 160 times
1

Jerry
- 170
- 8
-
See here: [ETag vs webpack's hash](https://stackoverflow.com/questions/52666563/etag-vs-webpacks-hash). – Kevin Christopher Henry Dec 09 '20 at 12:44