-
Notifications
You must be signed in to change notification settings - Fork 0
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
Vite Dev Server #1
Comments
Hi Ralph Thank you for your feedback. I actually tried tinkering with Vite to get the actual dev server to work. But unfortunately I do not have in depth knowledge about the inner workings of Vite. I have tried just running the server however the file watcher did not seem to pick up my files, so it was useless. That being said, I would love for someone to pick it up, and I'd be curious to see them go and try to figure out how to get the Vite dev server to work as we'd really benefit from the HMR features in our dev workflows. All the best, |
I made a repo that demonstrates this problem without Nova so that I could find someone with a deeper knowledge of Vite dev server could help, more notes here: https://github.com/ralphschindler/demo-nova-vite-issue/ |
This a great in depth dive into this particular behavior. Perhaps opening an issue on the Vite repo can help shed some light into this ? |
Hi! Thank you for this repository- I learned a lot from it. This is more of a discussion, but do you know what is entailed in making the Vite dev server (not the
vite build --watch
) work? That basically means Nova would have to be made to work with modules and/or the hot module server part of Vite would have to output modules that know how to_resolveComponent
correctly (which I cannot figure out.The text was updated successfully, but these errors were encountered: