FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
176 stars 55 forks source link

Error when using with Vite #71

Open secondl1ght opened 1 year ago

secondl1ght commented 1 year ago

When using with Vite I am getting the following error during build: Module "stream" has been externalized for browser compatibility.... It seems like the polyfills are not working? Is there some extra config I need to do here?

scastleman-immutable commented 9 months ago

Did you manage to find a solution to this? Encountering similar issues here that aren't present when a different build tool is used.