Hey all 👋
Congrats on the Vite plugin release for fresh. I've noticed that e.g. the transform hook has no hook filter yet while still including certain file types only. Hook filters would improve performance with rolldown-vite (and the next Vite major version).
Also, you might want to look into using oxc-transform for JSX parsing if rolldown-vite is detected (or in general?)
See also:
Hey all 👋
Congrats on the Vite plugin release for fresh. I've noticed that e.g. the transform hook has no hook filter yet while still including certain file types only. Hook filters would improve performance with
rolldown-vite(and the next Vite major version).Also, you might want to look into using oxc-transform for JSX parsing if
rolldown-viteis detected (or in general?)See also: