next.js
1f5cd009
- Stop polyfilling process
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Stop polyfilling process React uses process.emit behind a typeof guard now. This leads to `process` being bundled and `process.emit` being called which triggers build warnings since we stub `process` APIs since they're not supported in Edge runtime.
References
sebbie/process-polyfill
#65692 - Stop polyfilling process
Author
eps1lon
Parents
6635cc07
Loading