kit
kit copied to clipboard
web development, streamlined
vite-plugin-svelte has prebundleSvelteLibraries enabled by default now ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful...
### Describe the bug When navigating to a new page, if you are already scrolled partway down the page, the next page load will keep the current scroll position and...
### Describe the bug Hello, When reading the readme on this page https://github.com/sveltejs/kit/tree/master/packages/adapter-static I went directly to a porn page when clicking on "more often than you probably think". Load...
### Describe the bug `kit.svelte.dev` is not complying to the [General Data Protection Regulation](https://gdpr-info.eu/) (GDPR), and if someone in Europe files a complaint, the Svelte team will have to deal...
uses a negated micromatch pattern to only include @sveltejs packages and published non-org packages. This skips over the plethora of test apps and other non-published things like the templates. Con:...
The purpose of this PR is to retain access to the original request from Express during SvelteKit SSR. We run session and auth middleware on all Express requests before we...
### Describe the bug When running svelte-kit on Cloudflare or Miniflare, no assets in `/_app/immutable` can be fetched with the error `TypeError: Cannot read properties of undefined (reading 'fetch')`. I...
### Describe the bug I try to use `uuid.v4()` in an API route but Sveltekit is giving me this error. Code: ```js import * as uuid from 'uuid' import {...
Congrats to the version release! Before no web-first assertion was used for the assertion, which means that it did not retry and just failed when the text was not matching....