Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

move the pwa icons to public folder and use it in the app without `/assets` prefix (use just `/` prefix, the one for public): vite will emit the pwa icon...

what meta framework are you using (Nuxt, Astro, SvelteKit)?

Try adding `'manifest-src': ['\'self\''],` to your `contentSecurityPolicy` entry

@joerees if you provide a minimal reproduction I'll check it later

@serhii-bilyk-intellias you cannot test offline mode in dev, it is disabled: you need to build the app and use `vite preview` or `npx server dist`. `self.__WB_MANIFEST` will have only the...

@rotu can you check with latest `v0.20.0`? workbox 7.1.0 using `@rollup/plugin-node-resolve ^15.2.3` superseded by #707

You can use `manifest: false` in pwa options, the plugin will omit the generation.

It depends on the permutations, beware, not all fields can be updated and some user agents can take long time to update. You can try generate all and return the...

This error isn't from pwa plugin, you can disable/remove the pwa plugin and run build, the build plugin just rethrow any error found in the buildEnd hook.