bee-js icon indicating copy to clipboard operation
bee-js copied to clipboard

Not possible to polyfill `streams` in browser (`Utils.readableWebToNode()`)

Open AuHau opened this issue 2 years ago • 0 comments

It seems thank to using in package.json:

browser: {
	stream: false
}

Prevents to actually webpack to polyfill the streams package even if it is configured to do so.

AuHau avatar Feb 17 '22 09:02 AuHau