Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

The sw installation is failing (check console errors), it seems we cannot use 404 when using hybrid mode since astro not exposing it as url (open https://pwa-repro.vercel.app/404 in private browsing:...

I'm preparing a new version, too many breaking changes in Nuxt 3.16.0, including Vuetify itself (remapping subpackages exports, fixed in latest release), i18n, unhead and now looks like also importx...

I'm preparing a new release with a big breaking change: vuetify configuration will become statically analisable, no more vite plugin hacks (in fact, all vite plugins will be removed), this...

alpha-version (not yet released), be patient 🙏 too many things to test: https://github.com/userquin/vuetify-nuxt-module-nuxt-v4, playground (Nuxt 3 layout) and external repo playground (Nuxt 4 layout), check the readme

Nuxt 3.12.0 (nightly) also failing when building and generating dts pwa icons (weird, in dev works) /cc @danielroe maybe some paths in dev different from build/prepare commands

@aa900031 can you provide minimal reproduction?

Daniel, in Nuxt 3.12 now we have 2 Vite roots, server (root folder) and client (now it is app folder) and so we need to change the logic: since we've...

@aa900031 we need to review the logic in vite pwa plugin, we'll need to add some hooks to resolve pwa assets configuration and pwa image, by default should work as...

@aa900031 I guess I've found the problem, testing with your reproduction, maybe we don't need to change pwa plugin.