Open secondl1ght opened 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?
Module "stream" has been externalized for browser compatibility...
Did you manage to find a solution to this? Encountering similar issues here that aren't present when a different build tool is used.
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?