Kevin Marrec

Results 117 comments of Kevin Marrec

Hi @re2005 , it requires you to use custom Service Worker template, you have a little notice about the option here : https://github.com/kevinmarrec/nuxt-pwa-module#configuration

@re2005 For the short answer it's mainly about Workbox knowledge which should be found in their respective documentation, but the objective is to have a clear path as you asked....

Hi @harlan-zw, I'm not planning to develop it so, indeed, you can deprecate this module for the alternative regarding Nuxt 3 support.

Hi @jastaffen , we would need to compare files between deployments I guess, I think it's indeed related to the service worker caching assets, but it's hard to debug. If...

I think we should find a way to reproduce it locally by running `nuxi build` & `nuxi preview` to simulate production build on localhost with Service Worker.

Setting `pwa.workbox.enable: false`, starting [`v0.16.0`](https://github.com/kevinmarrec/nuxt-pwa-module/releases/tag/v0.16.0), will indeed unregister the service worker. Your website won't be broken but would no longer be installable due to lack of service worker which is...

Also, it seems https://github.com/nuxt/nuxt/releases/tag/v3.2.2 has an experimental thing related to https://github.com/https://github.com/nuxt/nuxt/issues/14594 you mentioned. You may find more info on related merged PR https://github.com/nuxt/nuxt/pull/19038 notes, in complement of https://github.com/https://github.com/nuxt/nuxt/issues/14594 which has...

It works perfectly for me by adding `export EDITOR="code"` to your favorite shell config (`~/.zshrc` for me) You may also want to add `export VISUAL="code"` if we consider @jkbz64 answer...

@wagerfield I kind of took the lead on this around official Nuxt repo https://github.com/nuxt/nuxt.js/pull/4164.

@JakubKoralewski Is there any repository with project and basic ava tests you could share ?