When using pnpm I get the following error:
Error: [vite]: Rolldown failed to resolve import "workbox-window" from "/@vite-plugin-pwa/virtual:pwa-register".
As a workaround I added this to my pnpm-workspace.yaml
publicHoistPattern:
- "*workbox*"
According to the pnpm docs this config is necessary when a dependency plugin is not configured correctly.
When using pnpm I get the following error:
As a workaround I added this to my
pnpm-workspace.yamlAccording to the pnpm docs this config is necessary when a dependency plugin is not configured correctly.