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
Updated by The Foreman Bot 4 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10125 added
Updated by The Foreman Bot 4 months ago
- Pull request https://github.com/theforeman/foreman/pull/10305 added
Updated by Evgeni Golov 4 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|cd1ea006eb8b4bc7910e86cf2d182b1b7b63c45f.
Actions