feature request: vite plugin with sveltekit #13288
Replies: 11 comments
-
|
It works with the adapter but I thought the idea of the Vite plugin is that I don't need an adapter anymore. |
Beta Was this translation helpful? Give feedback.
-
|
Hey the vite plugin does not work with sveltekit yet, but we're working on it with the svelte team :) |
Beta Was this translation helpful? Give feedback.
-
|
Ah ok, thanks for clarifying. I'll use the adapter for now then. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info, would you be able to hazard an ETA? |
Beta Was this translation helpful? Give feedback.
-
|
My day would be made if this ships <3 |
Beta Was this translation helpful? Give feedback.
-
|
Using the adapter for development introduces a delay every time we save the files for rebuilding. It would be great if the vite plugin works so we get HMR. |
Beta Was this translation helpful? Give feedback.
-
|
I would love to see support, because it currently makes stuff very difficult to use multiple workers. |
Beta Was this translation helpful? Give feedback.
-
|
Still waiting on this :( |
Beta Was this translation helpful? Give feedback.
-
|
@zemjr there's quite a lot of places this is talked about - not really a single place to track it but here's the latest update AFAIK
Originally posted in sveltejs/kit#14008 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
Looks like work is starting on this. 💪 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Which Cloudflare product(s) does this pertain to?
Vite Plugin
What versions & operating system are you using?
macOS
Please provide a link to a minimal reproduction
No response
Describe the Bug
I am trying to access a D1 database defined in my wrangler.jsonc. The documentation for the svelte plugin make it seem as though it should just work but I don't see a database in my
hooks.server.ts.svelte config
vite config
Please provide any relevant error logs
No response
Beta Was this translation helpful? Give feedback.
All reactions