You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2022. It is now read-only.
Hi:
Even if the hash of assets information is extracted from the manifest.js file by html inline. but manifest.js file changes when assets change every time.
this part of the manifest.js file changes every time:
/******/ // objects to store loaded and loading chunks
/******/ var installedChunks = {
/******/ 10: 0
/******/ };
Unless this part is also extracted from the manifest.js file, cache problem will be solved.