Ever since webpack 4->5 removed node polyfills for builtin packages like url, http and https, there are a number of hoops you need to jump through in order to be able to use packages that use them in the browser.
Any chance you are considering a browser-native version of the client?
I suppose you could release a client that just uses the polyfills locally?
Ever since webpack 4->5 removed node polyfills for builtin packages like url, http and https, there are a number of hoops you need to jump through in order to be able to use packages that use them in the browser.
Any chance you are considering a browser-native version of the client?
I suppose you could release a client that just uses the polyfills locally?