-
Hi there I recently migrated my Vitesse-based web project to use vite-ssr instead of the SSG. And noticed that styles seem to be loading after the HTML is rendered. And it's taking its time. I could provide a project link if needed. (Not on my PC at the time) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, it should happen only in development. It is a known issue in Vite: vitejs/vite#2282 |
Beta Was this translation helpful? Give feedback.
Yes, it should happen only in development. It is a known issue in Vite: vitejs/vite#2282
There are a few workarounds listed in that thread, in case you want to try some.