Hey 👋
Glad to see the support for Rolldown and Vite.
I've noticed that the Vite plugin transform hook has no hook filter (unlike the Rolldown plugin). Adding it would improve performance with rolldown-vite (and the next Vite major version).
They are backwards-compatible (leave the function check in for full bw compat and older Vite versions if needed), and also available in Rollup!
See also:
PS: If you consider unifying the plugin architecture, you might want to take a look at https://github.com/unjs/unplugin
Hey 👋
Glad to see the support for Rolldown and Vite.
I've noticed that the Vite plugin transform hook has no hook filter (unlike the Rolldown plugin). Adding it would improve performance with
rolldown-vite(and the next Vite major version).They are backwards-compatible (leave the function check in for full bw compat and older Vite versions if needed), and also available in Rollup!
See also:
PS: If you consider unifying the plugin architecture, you might want to take a look at https://github.com/unjs/unplugin