next.js
1f5cd009 - Stop polyfilling process

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.
Author
Parents
Loading