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
feat: default to not include node globals anf builtins (#578)
This PR changes webpack config to not include node globals and built-ins by default.
For now theres still a --node flag to allow node globals if needed.
`process` is still includes because `readable-stream` will only remove it in v4 nodejs/readable-stream#435closesipfs/js-ipfs#2924
BREAKING CHANGE: browser code will NOT have node globals and builtins available.
0 commit comments