vite-plugin-node-polyfills
vite-plugin-node-polyfills copied to clipboard
Add rolldown-vite 7.2.3+ support
rolldown-vite 7.2.3 has a breaking change (https://github.com/rolldown/rolldown/releases/tag/v1.0.0-beta.48) and this PR changes the code for it.
This PR also changes the deprecated optimizeDeps.rollupOptions to optimizeDeps.rolldownOptions.
The new options are only supported by rolldown-vite 7.1.19+, so users using the older version would have to upgrade rolldown-vite together.