Open hexcowboy opened 6 months ago
Hey @hexcowboy, thanks for bringing that up!
The stream implementation isn't needed in the current state of the library and it is safe to ignore across browsers. However, we will take a look at how we can treeshake to remove the need for them in the first place.
Thanks!
When bundling with Vite, we are seeings some warnings
What is the recommendation for these warnings? It seems like we haven't had any issues in Firefox or Chrome, but I'm assuming some browsers won't provide these modules. Should we be polyfilling them?