Open makamekm opened 10 months ago
Add registerType: 'autoUpdate'
to you PWA options, default value is prompt
, and so a new sw version will be awaiting for user/client SKIP_WAITING message:
_nuxt
folder contains all client assets, by default PWA module will precache all assets, if you want to disable precaching then add workbox.injectionPoint = undefined
(use object notation) in your PWA options.
This is the configuration. Do I miss something?
Can you provide a minimal reproduction?
There is an issue after every update. The SW does not send new files from
_nuxt
folder and do not recache them. The clients need to restart the browser completely to make it work several times.