-
Currently SvelteKit assumes the website is hosted at a preconfigured base, but that won't work for packaged apps as the url folder is unknown at built time, the file:// urls are also problematic as th…
-
**Describe the bug**
In short the stylus source maps are not working or are not being generated.
**To Reproduce**
Please clone this [repository](https://github.com/Myrmod/sveltekit_stylus). I j…
-
**Please describe the example enhancement**
I'm sure this isn't the only example on svelte.dev that has this, but [this example](https://svelte.dev/examples/textarea-inputs) which happens to be one o…
-
Another placeholder issue like #322 — I've seen the cursor jump around in Chrome when there's invalid code in the editor
https://user-images.githubusercontent.com/1162160/230144511-5937a4bc-20ae-48…
-
When I create a default new Nativescript svelte application:
ns create blankapp --svelte
cd blankapp && ns debug android
I get a warning:
WARNING: You should add "svelte" to the "resolve.conditi…
-
I am getting this warning:
```
[vite-plugin-svelte] WARNING: The following packages use a svelte resolve configuration in package.json that has conflicting results and is going to cause problems i…
-
When we use `Link`, we get an extra white space between the anchor and the next char in the resulting DOM.
-
### Describe the bug
This application has two pages - a home page at / and an about page at /about.
You can click between the two pages using the links in the header, or the links that appear on eac…
-
-
My folder structure is like this:
```
/
vite.config.js
src/
lib/
tree/
btree.test.ts
```
vite.config.js looks like this:
```
import { sveltekit } from '@sveltejs/kit…