You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parcel and other bundlers seams to bundle polyfills for Node.js streams even when Hyntax stream modules are not imported to the user's code. e.g. this code:
See this issue for more context.
Parcel and other bundlers seams to bundle polyfills for Node.js streams even when Hyntax stream modules are not imported to the user's code. e.g. this code:
will result in Stream polyfill in the bundle.
As a workaround user can import from individual files:
The text was updated successfully, but these errors were encountered: