Closed
Description
Getting an error with webpack 5 since process.nextTick isn't being polyfilled automatically.
_stream_writable.js?5bc2:459 Uncaught ReferenceError: process is not defined
at onwrite (_stream_writable.js?5bc2:459)
at WritableState.onwrite (_stream_writable.js?5bc2:160)
at module.exports.ClientRequest._write (request.js?925e:262)
at doWrite (_stream_writable.js?5bc2:409)
at writeOrBuffer (_stream_writable.js?5bc2:398)
at module.exports.Writable.write (_stream_writable.js?5bc2:307)
Would the answer be to polyfill this manually? If yes - might be useful to add to documentation.
Metadata
Metadata
Assignees
Labels
No labels