frandiox / vite-ssr

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

Vite 3.x.x support #182

Closed Lord-Y closed 1 year ago

Lord-Y commented 1 year ago

@frandiox Any plan to support Vite 3.x.x?

bitem-cn commented 1 year ago

I already use this in vite3

frandiox commented 1 year ago

Yeah I know some other projects using Vite 3 with Vitedge, which uses vite-ssr internally. Did you find any issue using this in Vite 3 apart from some versioning warnings?

bitem-cn commented 1 year ago

Yeah I know some other projects using Vite 3 with Vitedge, which uses vite-ssr internally. Did you find any issue using this in Vite 3 apart from some versioning warnings?

Just a few deployment issues, which I've taken care of.

Lord-Y commented 1 year ago

@frandiox I stood with version 0.16.0 as I intent to use it soon in production.

frandiox commented 1 year ago

0.17.0 supports Vite 4 now so I'm closing this 👍