vite-plugin-pwa
vite-plugin-pwa copied to clipboard
Failed to resolve entry for package "vite-plugin-pwa".
Failed to resolve entry for package "vite-plugin-pwa". The package may have incorrect main/module/exports specified in its package.json. [plugin externalize-deps]
../../node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1373:27:
1373 │ let result = await callback({
╵ ^
how are you using the pwa plugin?
how are you using the pwa plugin?
cd vite-plugin-pwa/examples/vue-router pnpm i pnpm run dev just like other rep
You need to run pnpm install
from root folder and before running any example you also need to run from root folder pnpm build
fixed.
- in repo root folder:
pnpm i && pnpm build
- use example/react-router as an example:
pnpm -C examples/react-router/ run dev