nimiq / vue-components

Vue component library for Nimiq ecosystem apps.
https://nimiq.github.io/vue-components/
Apache License 2.0
17 stars 4 forks source link

Add file hashes to language file chunks #124

Open danimoh opened 2 years ago

danimoh commented 2 years ago

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.