Joaquín Sánchez
Joaquín Sánchez
Try running `pnpm dlx nuxi module add vuetify-nuxt-module`, you're trying to install Vuetify Nuxt 2 module.
> `pnpm run dev` works after the installation error (`Cannot find module 'vuetify/package.json'`) Can you try adding `vuetify` as dependency in your package.json? > but Vuetify components are not displayed...
Types should be fine now, there is no src folder at tresjs core dist folder with the new tsdown build at main released yesterday. This can be closed.
Workbox will download each asset sequentialy to allow user navigation while downloading the app in background. https://github.com/GoogleChrome/workbox/issues/2880 https://github.com/GoogleChrome/workbox/issues/2528 You can patch workbox precaching module allowing parallel downloads, don't use more...
If you dont want to pach the module you can implement it since you are using a custom service worker, just add a precaching.ts (or .js) and import it instead...
can you try overriding rollup on your local via `overrides`, `resolutions` or `pnpm.overrides`?
I'm preparing a PR removing rollup, we only need some types (checking if Vite re-exporting rollup types), once the PR here you will be able to use the pkg-pr-new link...
@fabianszabo @danny-avila you can use `pnpm add -D https://pkg.pr.new/vite-plugin-pwa@759` (update the corresponding package manager), linked PR without Rollup dev dependency.
Tested types, so the PR seems to fix the problem on fresh repo without using overrides or resolutions: `pnpm create @vite-pwa/pwa` with VanillaJS and TypeScript, replacing `"vite-plugin-pwa": "^0.20.0"` with `"vite-plugin-pwa":...
`v0.21.0` with wrong rollup version in the package (`pnpm.overrides`). I'm going to update the `pnpm.overrides`, we're using workbox 7.3.0, when using old Vite version, the XSS vulnerability should be fixed...