First of all, thank you so much for creating the Node polyfills for Rolldown! I really appreciate your work.
I have a question: Is it possible to use this plugin directly within a Vite configuration?
I specifically want to add a polyfill for just the util module. However, when I added nodePolyfills to the plugins array in my config, it didn't seem to work as expected.