Closed jbrower95 closed 8 months ago
libmime
node:buffer
node:stream
In the below error, libbase64 is trying to subclass "node:stream".Transform, which has not been correctly polyfilled.
libbase64
"node:stream".Transform
original error:
vite documentation: https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility
Thanks for your contribution!
libmime
needs a strict polyfill againstnode:buffer
andnode:stream
.In the below error,
libbase64
is trying to subclass"node:stream".Transform
, which has not been correctly polyfilled.original error:
vite documentation: https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility