-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
Version
3.0.0-beta.6
Steps to reproduce
Phases:
-
Run
vue create appand select PWA. -
Run
yarn buildandserve ./distto test the site in production. -
After accessing the site and waiting for the cache to be done, disable the internet and check for offline access.
-
Edit the
App.vueby putting some more content. -
Run
yarn buildandserve ./distto test the production site again.
What is expected?
The workbox message is expected: New content is available; please refresh.
What is actually happening?
The message is not displayed, so the workbox is not detecting that the content of the application has been updated.
I've already checked that the service worker is in the cache and is not.