Closed
Description
Version
3.0.0-beta.6
Steps to reproduce
Phases:
-
Run
vue create app
and select PWA. -
Run
yarn build
andserve ./dist
to 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.vue
by putting some more content. -
Run
yarn build
andserve ./dist
to 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.