-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
@prefresh/vite not refreshing #454
Comments
Can you reproduce it in our tests? Maybe upgrading is enough (v2.9 is new) I am currently on a holiday will chech when I get back |
I ended up going with |
I can try to make a repro, though, this weekend, too, just to help troubleshoot. |
I also use preact and am having the same issue. I had to hit F5 to refresh. |
I was having the same issue until I added this to my vite.config.ts
Now it all works great, might help anyone else having this issue. (full vite.config.ts)
|
@armincerf Do you know why |
I am using these versions:
I do this in vite.config.js
In the dev-console I see
[vite] hot updated: /src/pages/dashboard.jsx
, but it doesn't reload unless I refresh. I can make a demo project, if needed.The text was updated successfully, but these errors were encountered: