Web target with hash included in wasm pkg files to solve cache issues #2384
Labels
awaiting
Waiting for responses, PR, further discussions, upstream release, etc
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I have an web application using WebAssembly behind cloudflare, even if the cache is fully disabled, some browsers still keep the old WASM & js files when we do an update.
Describe the solution you'd like
Having a hash concatened to the filename for easier update would be better.
Describe alternatives you've considered
Doing by hand using a bash script. But I don't know where it's exactly loaded by flutter.
The text was updated successfully, but these errors were encountered: