Joaquín Sánchez
Joaquín Sánchez
Released initial version of astro integration: https://vite-pwa-org.netlify.app/frameworks/astro.html
Can you provide a repro?
Check the faq entry on docs to configure the pwa client types and move pwa plugin to dev dependencies
@mastercoms you should ask/check these questions on workbox repo: https://github.com/GoogleChrome/workbox/issues/2178
@mastercoms I need some repro or your pwa plugin configuration: it seems you've a navigation preload and maybe blacklist entry configured You can try to add sourcemap, don't minify the...
@mastercoms is this a copy of my PR on astro (I need to change a few things)? Anyway, the problem can be related to https://github.com/antfu/vite-plugin-pwa/pull/306, since the workbox `generatedSW` call...
@rogerfar there is no problem updating the cache, it is done by the browser in a background thread, if the app is large then it will take more time to...
@rogerfar, on the other hand, we would be interested in being able to notify the user that a new version has been detected and is being downloaded, so PR welcome...
you're trying to add vue bind to unocss attributify, you need to add them to safelist, or just map any used icon in the parent component (or in the component...
updated https://github.com/userquin/pwa-sveltekit-vite using local copy of #327 it is working but we need to wait SvelteKit to fix the process.exit in the `closebundle` hook: we've included a sequential plugin hook...