electron-vite
electron-vite copied to clipboard
Support Vite 5
Clear and concise description of the problem
Vite 5 is released but this package requires maximum of Vite 4.x as peer-dependency, blocking migrations to Vite 5.
Suggested solution
Support usage with Vite 5.
Alternative
No response
Additional context
No response
Validations
- [X] Follow the Code of Conduct.
- [X] Read the Contributing Guidelines.
- [X] Read the docs.
- [X] Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
Thanks for the reminder, it's under testing
electron-vite 2 beta is out, welcome to test and report issues.
After updating, rollup is no longer bundling dependencies for the main process. They're all being externalized.
I'm using the split vendor chunk plugin.
@shayded-exe You can set ssr.noExternal
to true
to make externalizeDepsPlugin work
I will fix this issue.
Hi, I am using the beta-4 version and the HMR is not working when i have vue router. In the console I receive a message that the component is updated but the browser is not updating I have to go to another page and return back to the updated one to trigger the update
Fixed with v2.0.0
electron-vite 2.0 is out! 🎉,check out Announcement Blog Post for details.