Conversation

Replying to and
Yes! Vite is highly opinionated in that it doesn’t bundle any Node.js globals on build. You can probably refactor to use browser native ArrayBuffers and ReadableStreams though if you want to continue using Vite. lmk if you need a code example, had to do this recently myself