Joaquín Sánchez
Joaquín Sánchez
https://github.com/antfu/vite-plugin-pwa/pull/323 (ready to review) https://deploy-preview-323--vite-plugin-pwa.netlify.app/guide/unregister-service-worker.html
**Describe the bug** see https://github.com/antfu/unocss/issues/560: some icons removed from `unocss` css asset, it seems only ones containing `bit` in the class name **Minimal Reproductions** https://stackblitz.com/edit/nuxt3-iconify-missing-icon-bug-yyk9oc Comment out the exclude entry:...
I have it working, what's the problem here? I use `pnpm`, I update my fork and run the build script again, updating the build pwa script. 
### Describe the bug When the menu is not shown (narrow screens), it shouldn't be traversable via keyboard tab. Once the menu is shown, should have a focus trap: the...
### Is your feature request related to a problem? Please describe. Currently VitePress has only code blocks to be dark, and so it is "hard/too repetitive" for ppl to use...
I need to change the docs closes #355
### Clear and concise description of the problem Finally VitePress has been released with the `buildEnd` hook: we can now create an integration here using the code in the VitePress...
I patch these 2 modules with a postinstall script ("postinstall": "esno scripts/patch.ts"): ```ts import { readFileSync, writeFileSync } from 'node:fs' const patch = () => { let content: string =...
You should add manifest destination (for webmanifest) in the workbox template: ```ts // Cache CSS, JS, and Web Worker requests with a Stale While Revalidate strategy registerRoute( ({ request })...