Workbox is precaching URLs without revision info
See original GitHub issueHi, after installing this module to my project the following warning is logging to my console:
workbox-precaching.prod.js:1
Workbox is precaching URLs without revision info: /?standalone=true
This is generally NOT safe. Learn more at https://bit.ly/wb-precache
How can I fix it?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:20
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Workbox is precaching URLs without revision info
I'm building a website with Nuxt and @nuxtjs/pwa. Recently I've started seeing this warning in the production build (deployed on Netlify).
Read more >workbox-precaching - Chrome Developers
Returns a function that looks up url in the precache (taking into account revision information), and returns the corresponding Response .
Read more >Precaching with Workbox - web.dev
Workbox's build tools can detect this and exclude a revision field. The other two assets do not include any versioning info in their...
Read more >Workbox Module - Nuxt PWA
Workbox is a collection of JavaScript libraries for Progressive Web Apps. ... the service worker script, below autogenerated calls to workbox.precaching.* .
Read more >workbox-precaching - UNPKG
The CDN for workbox-precaching. ... 159, const warningMessage = `Workbox is precaching URLs without revision ` +. 160, `info: ${urlsToWarnAbout.join(', ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
please try 3.3.x (https://github.com/nuxt-community/pwa-module/releases/tag/v3.3.0)
Same here. because of it pwa gets cached version instead of server-rendered one.