frandiox / vite-ssr

Use Vite for server side rendering in Node
MIT License
823 stars 91 forks source link

chore: Vite 4 support #187

Closed ucw closed 1 year ago

ucw commented 1 year ago

This PR introduces support for vite 4 closes #185

frandiox commented 1 year ago

@ucw Thanks a lot for the PR! I'll try to get back to this soon and release a new version 👍

champ7champ commented 1 year ago

@frandiox Please fill it up

frandiox commented 1 year ago

There are still more changes needed to make Vite 4 work here (migrating from CJS to ESM, mostly). I have a working version locally but still need to fix the tests. I'll probably migrate from Uvu to Vitest and that should do it.