You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: exclude css with sideeffects from ssr during dev
The goal here is to bring vinxi > v0.5 css rendering back
in line with v0.4.3. So this doesn't fix inconsistencies
already existing from the v0.4.3 days.
The new `cssUrlParamsWithoutSideEffects` and
`injectQuery` functions are copied from Remix, opening up
further future alignment of the used logic.
Refs:
b6d96431ac2df3vitejs/vite#17922
0 commit comments