-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(dev): revert global Node polyfills #6720
Conversation
|
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
This rolls back the update made in #6696 that added polyfills for
Buffer
andprocess
globals.Injecting Node globals fixes issues for some consumers, but it looks like bringing the globals back will re-introduce older issues such as #6280 and #6380.
For now this gets us back to our earlier state until we figure out a better path forward.