-
# deno:
deno 2 compile doesn't work on svelkit issue (with workarounds): https://github.com/denoland/deno/issues/26155
see my comment: https://github.com/denoland/deno/issues/26155#issuecomment-…
-
Version: Deno 2.0.6
Hello, i'm trying to migrate a SvelteKit project from Node to Deno but I've found some strange behaviour when installing dependencies that prevents `deno install` from completin…
-
[Here is a minimal app that reproduces the issue: ](https://stackblitz.com/edit/sveltejs-kit-template-default-fhxpyw?description=The%20default%20SvelteKit%20template,%20generated%20with%20create-svelt…
-
### Describe the bug
I am deploying to a subfolder, I have set the basePath: variable in evidence.config.yaml as per the base path docs. When building I get an error as below:
node:internal/event_t…
-
### Describe the bug
Because of this line... https://github.com/sveltejs/svelte/blob/dd9abea2a1059cbead398c5578bfd07a3c3ddd69/packages/svelte/src/compiler/phases/2-analyze/css/css-prune.js#L955 ...…
-
## Version
`@tailwindcss/postcss^4.0.0-alpha.25` & `tailwindcss^4.0.0-alpha.25`, i.e all versions of v4 alpha from **25** to **33** (as of this writing).
## Environment
Output of `npx envinfo…
-
https://github.com/codebam/seanbehan.ca/commit/308771994c7b7695e96cdbc063e5e49c027a7ba4
-
### Describe the bug
The `pr view` command with the `--json files` flag does not return all of the files changed if the PR has modified more than 100 files.
CLI version:
```
gh version 2.61.0 …
-
### Describe the bug
when I configure vite locally as I did in the stackblitz reproduction, I get the following error:
```
11:09:18 PM [vite] Error when evaluating SSR module /src/routes/(public)…
-
### Current Behavior
When using Nx it is currently not possible to run sveltekit with the normal build commands. We have a workaround for this by adding the following configuration to our application…