- Issue created by @mably
- Merge request !77Issue #3487229 by mably: Remove version 1.x from libraries.yml → (Open) created by mably
- Status changed to RTBC
about 1 month ago 3:10pm 2 September 2025
The version: 1.x
line in rh_node
libraries.yml
is creating a version query string with this 1.x
static version number for the asset files, making these files cached in the browser permanently.
This can produce various problems after an update, as the old versions of assets might be loaded for users who have those cached.
Remove the version: 1.x
line from libraries.yml
.
Active
1.0
Code