-
I have a simple sveltekit project where I need to link to resources not handled by sveltekit.
Therefore I needed to pass "strict: false" to svelte static adapter.
I also wanted to use a second adapt…
-
Hello! Hope this is the right place for this.
I was reading Solid's [Comparison With Other Libraries](https://www.solidjs.com/guides/comparison), which says:
> Solid's RealWorld demo implementation …
-
Hi. I tested to integrate the README sample in a project of mine, and rollup shows me this error:
> [!] (plugin commonjs--resolver) Error: Unexpected token (Note that you need plugins to import fil…
-
After updating to Svelte 5.0.2 I'm getting this error for this library. Is the library being maintained? Can you upgrade it?
npm error Found: svelte@5.0.2
npm error node_modules/svelte
npm error …
-
### Describe the Bug
We got a component library with Svelte components. Those are build and packed using "svelte-package". For each `.svelte` file it creates a `.svelte.d.ts` file with the component …
-
```
> svelte-select@5.3.1 preprepare
> node src/remove-styles.cjs 👈
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[Error…
-
### Describe the bug
Today i ran into a weird behaviour, which took a few minutes to debug, my folder structure:
- keyboard.svelte
- keyboard.js
- keyboard.css
Where the js file is a custom dom…
-
> [!NOTE]
> This issue has a possible [workaround](https://github.com/storybookjs/addon-svelte-csf/issues/174#issuecomment-1994799795)
### Describe the bug
A clear and concise description of what th…
-
**Describe the bug**
I'm trying to import and configure preprocessor manually.
**To Reproduce**
Repo:
https://github.com/basaran/prep-issue
```
pnpm install -D svelte-preprocess;
```
t…
-
### I understand that this issue may be closed if it should be filed in another category
- [X] I understand
### My issue
When creating a sveltekit project using svelte 5, installing @uploadthing/sv…