Web : translations not updated because of the cache

Hello,

I have a little problem with my translations.

I have a file fr.json, the translations works well except when I update the web version, the navigator keep the olds translations in cache and doesn’t load the new file. I have to clear the cache of the navigator.

I compile my project with
ionic build --prod --outputHashing=all
Then I copy the content of web/* on my server.

Any ideas ?