Joaquín Sánchez
Joaquín Sánchez
the `pnpm.*` entries added by pnpm when you run `pnpm approve-builds` and selected the deps?
missing pnpm lock file: when updating to 10.7.0 or 10.7.1, pnpm should ask if recreating lock file and node_modules: press Y and when selected the deps after `pnpm approve-builds` press...
why using 3.16.0 when we have 3.17.3 released? EDIT: we need to use original nuxt version and use `pnpm.overrides` or `resolutions` with latest version, I'll try to review this tmr,...
> I cleaned up regarding your feedback. The span/div change if its breaking, we can let go off it for now. When I comment out the import it fails on...
No, the main change is the package.json, that's why we should accept only small PR (ofc, sometimes there is no way), but in this case, my suggestion is to do...
> I'm really confused about the 3.17.3 bit.. The module should work with older Nuxt versions, we need to ensure a minimal nuxt version: when we'll update nuxt here to...
This is the package.json at vuetify nuxt module, preparing 3.16.0 support: 
Did you have `@vite-pwa/assets-generator` installed?
upps, forgot it, I'm going to release a new patch version in a few minutes, I need to remove unused import (try adding `vite-plugin-pwa` dependency in your reproduction): 
No idea why checking types from `node_modules`, here your reproduction (moved `noUnusedLocals` to nuxt config file, added `vite-plugin-pwa` and using nuxt pwa from this PR https://github.com/vite-pwa/nuxt/pull/161) working: https://stackblitz.com/edit/github-zjpmae-mvu5fh?file=nuxt.config.ts