Plugin Hook Filters for Vite plugin
Author: TheAlexLichterCreated Oct 21, 2025Updated Jul 17, 2026
Labelsvite
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:
Source: vanilla-extract-css/vanilla-extract