Kevin Marrec

Results 117 comments of Kevin Marrec

Can someone share a reproduction repository so I can help you guys ?

@karimennassiri Could you provide a repository with the mentioned issue ? I'll be glad to help then :) If it's private you can send me a read-only access and revoke...

Hi @Ahmadheysami What's exactly happening when not using VPN ? Is your network preventing access to google URLs ? https://github.com/kevinmarrec/nuxt-pwa-module/blob/a7263a2d7c39b1c5a60623c848fe2735e709be1f/src/parts/workbox/index.ts#L36 If it does, you may try to host yourself the...

I don't know if self-hosting the script somewhere would work, I would be afraid it internally relies on fetch calls on other google services inside. I will need to check...

The only issue here is that the `workbox-cdn` is using Workbox v5, we would need to update it to v6.

@pi0 Alright ! Yeah, that's sure we can't change current hooks, cause it will result in breaking change for people using the hook with the current behavior, so introducing correct...

/cc @pi0 Any idea ? Do we still need to implement new `webpack:` hooks or is there an existing hook that would fit @sustained needs ? I don't remember what...

@mctweb Icon generation can be skipped through `nuxt.config` with ```js export default defineNuxtConfig({ pwa: { icon: false } }) ``` About having different icons depending on the size, this is...

I'm using Visual Studio Code as my default editor and it required me to add the following to my shell configuration file (`~/.zshrc`) in WSL : `export EDITOR="code"`

As for Nuxt 2, **OneSignal** support for Nuxt 3 should be in a standalone module, and becomes then out of scope of the PWA module itself, therefore I'm unfortunately closing...