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
Add file hashes to language file chunks to avoid using old files from the browser's cache, that might be outdated due to changes in the translations or due to changes to the chunk id.
I believe, this requires updating the vue-cli or webpack though.
I tested adding the chunk hashes via webpack's output.chunkFilename option in vue.config.js but with no success.
The text was updated successfully, but these errors were encountered:
Add file hashes to language file chunks to avoid using old files from the browser's cache, that might be outdated due to changes in the translations or due to changes to the chunk id.
I believe, this requires updating the vue-cli or webpack though.
I tested adding the chunk hashes via webpack's
output.chunkFilename
option invue.config.js
but with no success.The text was updated successfully, but these errors were encountered: