github.com/beynar/svelt...
github.com/beynar/svelt...
I deployed that change and several blind users reached out complaining that their screen reader started failing them.
I deployed that change and several blind users reached out complaining that their screen reader started failing them.
any way we can silence this error? please? :)
any way we can silence this error? please? :)
www.youtube.com/watch?v=d0RP...
@caddy.bsky.social (@vite.dev)
Easy as adding `domain()` to `plugins: [...]`. I work on tons of Svelte apps simultaneously, so this is a life saver.
npmjs.com/package/vite-plugin-domain
@caddy.bsky.social (@vite.dev)
Easy as adding `domain()` to `plugins: [...]`. I work on tons of Svelte apps simultaneously, so this is a life saver.
npmjs.com/package/vite-plugin-domain
For the same reason can't `svelte.config.js` entirely be avoided? I had to add it just to appease svelte-package.
For the same reason can't `svelte.config.js` entirely be avoided? I had to add it just to appease svelte-package.
(this is a follow upon my previous post bsky.app/profile/nuqa...)
* 1/5th and not 1/6.7th since there are a few more features to add to svelte version
(this is a follow upon my previous post bsky.app/profile/nuqa...)
* 1/5th and not 1/6.7th since there are a few more features to add to svelte version
- `URL: {window.$route.url}` (if a store)
- const url = $derived(window.route.url)
- $effect(() => { console.log(window.route.url) })
(I know the idiomatic solution is `context`)
- `URL: {window.$route.url}` (if a store)
- const url = $derived(window.route.url)
- $effect(() => { console.log(window.route.url) })
(I know the idiomatic solution is `context`)
> Data will never be preloaded if the user has chosen reduced data usage, meaning navigator.connection.saveData is true.
This makes sense, but not for mousedown/touchstart, as that will virtually always result in a click (right?).
So this simply slows down svkit sites.
> Data will never be preloaded if the user has chosen reduced data usage, meaning navigator.connection.saveData is true.
This makes sense, but not for mousedown/touchstart, as that will virtually always result in a click (right?).
So this simply slows down svkit sites.
npmjs.com/package/vite-plugin-domain
npmjs.com/package/vite-plugin-domain
[vite-plugin-svelte] no Svelte config found at /path/to/app - using default configuration.
[vite-plugin-svelte] no Svelte config found at /path/to/app - using default configuration.
changing
`preprocess: {...}`
to
`preprocess: vitePreprocess({...})`
fixes
why needed?
changing
`preprocess: {...}`
to
`preprocess: vitePreprocess({...})`
fixes
why needed?
@svelte.dev
@svelte.dev