When using Google Chrome, you can see the developer toolbar network tab.
If the application uses webpack code splitting, usually several JavaScript packages are loaded, hash codes for caching are added.
In the example below, there is a core set of JavaScript postList.blabla243fe.js
. This loads when the page loads. While the code is executing, another assembler 0.8a3dblabla.js
loads asynchronously.
source
share