-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug ssr server #6
Comments
Unfortunately it's an upstream issue with Vite: Vite's SSR transform don't support sourcemaps. There was an effort to make it work but it's not clear whether it's going forward. The way forward is more or less clear but someone needs to do the hard work. Inserting |
First off, love this project, thank you. `import { configureStore } from "@reduxjs/toolkit"; import pkg from '@reduxjs/toolkit'; I've spent most of the day on it, trying different things. Wondering if there is an easy answer? |
@kemptone this is an unrelated issue that doesn't belong here. But it comes up quite often so I opened an issue with some background and possible ways to fix it. Hope it helps. |
Fixed in #17. |
We have converted our react build setup to use vavite, and we like the speed ;)
How do we debug backend (server) if we run the vite command we cannot set breakpoints in the server code.
The text was updated successfully, but these errors were encountered: