Joaquín Sánchez
Joaquín Sánchez
It seems Firefox is using smooth scroll when the target is close, if the distance exceeds some threshold it will apply normal behavior. EDIT: why not just open an issue...
it is about context on the title, just check the title with this PR and the current docs: 
One can do stuff like this for now: https://github.com/antfu/vite-plugin-pwa/blob/ca8be823fecda2194b752ce50a8147d3de181ab1/docs/plugins/navbar.ts ```ts // plugins/navbar.ts import type { Plugin } from 'vite' export default function NavbarFix(): Plugin { return { name: 'vitepress-sidebar-logo-fix', enforce:...
`vite-ssg` uses `SSR` for `SSG`: see warning about build with SSR and quasar vite plugin https://quasar.dev/start/vite-plugin#introduction
@pavanrvennapusa the problem is on `quasar`, you can try to mocking the project with `jsdom` (see `vite-ssg` options)... there is nothing we can do here
@jeffposnick sorry to ping you, I don't understand why the update call to `ServiceWorkerRegistration` having problems when the server is down. What's the diference when opening the browser, the server...
@hspaay the readme contains the types for `react`, just go to https://github.com/antfu/unplugin-icons#configuration and check Frameworks > React entry
@hspaay I use IntelliJ Ultimate Edition and it seems the problem comes from using typescript 4.5, using `4.4.4` version I get it working, so maybe it is a problem with...
@RickMeijer the icon on `index.svelte` doesn't exist, what do you expect to happen with this component ``? try adding a `majesticons` or add a custom collection to resolve it from...
@RickMeijer it shouldn't work, but it works, the problem is the svelte/sveltekit internals: we have 2 plugin, `unplugin-icons` and `vite-plugin-svelte`, both with `pre`, then we have a few other vite...