Deno + Vite + devServer (SSR) issue with missing symbol

This has been a deal breaker for us to consider Deno for a new large app, so I thought I'd share a minimal reproduction so we can get further: https://github.com/soundstep/deno-vite-ssr-playground/tree/deno-vite-plugin?tab=readme-ov-file#known-issues See the readme for usage and issue.
2 Replies
marvinh.
marvinh.3w ago
That sounds like bug. This should work out of the box. Can you file an issue for that here https://github.com/denoland/deno/issues ? That's where the folks working on Deno itself hang out
Romuald Quantin
Romuald QuantinOP3w ago
https://github.com/denoland/deno/issues/28798 This has been fixed in Deno 2.2.8 and I created an basic example in another repo in case that helps anyone (specifically targeted at Hono): https://github.com/soundstep/deno-vite-hono-jsx

Did you find this page helpful?