zkemail / proof-of-twitter

Use https://twitter.prove.email to prove that you own a Twitter username, on-chain.
https://twitter.prove.email
MIT License
35 stars 22 forks source link

[chore] Update aliases to include node:buffer and node:stream #14

Closed jbrower95 closed 8 months ago

jbrower95 commented 8 months ago

In the below error, libbase64 is trying to subclass "node:stream".Transform, which has not been correctly polyfilled.

original error:

image

vite documentation: https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility

Divide-By-0 commented 8 months ago

Thanks for your contribution!