react-pwa icon indicating copy to clipboard operation
react-pwa copied to clipboard

vite-plugin-pwa 2.0 and vite 3.0

Open AntonOfTheWoods opened this issue 2 years ago • 2 comments

After upgrading all dependencies to their latest versions, setting devOptions: { enabled: true, }, breaks with

workbox-958fa2bd.js:1 Uncaught (in promise) bad-precaching-response: bad-precaching-response :: [{"url":"http://localhost:5173/registerSW.js","status":404}]
    at C (http://localhost:5173/workbox-958fa2bd.js:1:10469)
    at async C.L (http://localhost:5173/workbox-958fa2bd.js:1:10021)
    at async C.q (http://localhost:5173/workbox-958fa2bd.js:1:9162)

Will the repo be updated to the most recent versions at some point?

AntonOfTheWoods avatar Aug 04 '22 08:08 AntonOfTheWoods

Will the repo be updated to the most recent versions at some point?

sure, I'll work on it upcoming days

suren-atoyan avatar Aug 08 '22 16:08 suren-atoyan

Hi @suren-atoyan, is the update planned yet ?

nichita-pasecinic avatar Oct 11 '22 08:10 nichita-pasecinic

@AntonOfTheWoods @nichita-pasecinic I've just published the new version - all packages are updated (it includes Vite 3)

suren-atoyan avatar Oct 29 '22 16:10 suren-atoyan