Joaquín Sánchez
Joaquín Sánchez
This PR is too complex to be solved automatically, the runtime caching should be included by the user, there are a lot of configuration that can be included, for example:...
https://developer.chrome.com/docs/workbox/modules/workbox-google-analytics/ The package has been deprecated
Right now there is no way to add theme variants to webmanifest, you can only create them. We have it working in elk.zone GH repo with 2 web manifest per...
Include any api call in the `workbox.navigateFallbackDenylist`, you will need to handle offline, check this issue https://github.com/vite-pwa/sveltekit/issues/65 (for SSR pages)
@shaheer-haider > Is it possible to create its PWA and publishable APK of the Nuxt 3 project using vite-pwa? no, vite-plugin-pwa or any pwa integration include it, check [PWA Builder](https://www.pwabuilder.com/),...
@fiosman provide a minimal repro, or at least show sw code here
https://github.com/unocss/unocss/pull/2675
adding `target: 'esnext'` to the build option seems to work EDIT: it is weird, I had `minify: false` and the output is fine, without it, the export is back...
it is `esbuild` in the minify option (default?), using `terser` works.
https://vitejs.dev/config/build-options.html#build-minify