Altinn / altinn-access-management-frontend

Frontend for access management
MIT License
3 stars 1 forks source link

Import localization texts from relative path to enable versioning in browser cache #885

Closed allinox closed 2 months ago

allinox commented 2 months ago

Description

using import instead of fetch imports the files from relative path as a module instead of a call to give a hashed versioning to the built text file, fixing the issue of the browser caching the files even after new builds have been deployed.

Related Issue(s)

Verification

Documentation