Hey 👋
I've seen that various hooks, e.g. the transform hook, load hook, and resolveId hook, have no hook filter yet, which would improve performance with rolldown-vite (and the next Vite major version) in prod.
Implementation should be straightforward, support exists in older Vite versions too (but you can leave the check in, in case you want full backwards compat)
See also:
Hey 👋
I've seen that various hooks, e.g. the transform hook, load hook, and resolveId hook, have no hook filter yet, which would improve performance with
rolldown-vite(and the next Vite major version) in prod.Implementation should be straightforward, support exists in older Vite versions too (but you can leave the check in, in case you want full backwards compat)
See also: