Yes, just learned this myself. With PWA, you should also indicate to the user there is a newer version available and they should reload their app. It’s standard practice, because the service worker has no clue about version staleness.
https://medium.com/js-dojo/vuejs-pwa-cache-busting-8d09edd22a31
I realize that is for Vue-CLI, but the concept is the same for Quasar.
Scott