Actions
Bug #37775
closednot all webpack assets are properly invalidated on change
Difficulty:
Triaged:
No
Description
Since the Webpack 5 migration, some webpack assets (vendor.js, bundle.js, reactExports.js, {plugin_id}.js) do not contain a hash in their name.
As we configure them to be cached by proxies and browsers, this means that changed assets are not properly re-loaded, resulting in broken UI until the user forces a cache drop.
Let's introduce hashes in the filenames again, solving this issue
Actions