Webpack caching pt 1 - Hashing

preview_player
Показать описание
In this video I will explain Webpack caching and the different hashing strategies that you can use for Webpack.
Рекомендации по теме
Комментарии
Автор

Hi there,
First of all thank you for explaining all this around hashing filenames I found it very informative.
However I believe you're wrong with the last part at around 10:34 you said they both changed, but that's not right the order of the files changed, the hash remained the same for the file that wasn't touched. it also says that 1 file is loaded from disk, which is the updated one and one from memory which is the cached one that didn't get changed. Am I missing something here?

Either way thank you again for your explanation,
Fred

Fred