webpack / webpack-dev-server

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
MIT License
7.76k stars 1.43k forks source link

Update runtime-error.js #5141

Closed Swapnilden closed 1 month ago

Swapnilden commented 3 months ago

This code combines the provided error handling utilities with the existing code and sets up error listeners to capture and handle runtime errors and unhandled promise rejections. You can now integrate this code into your project and utilize the error handling capabilities provided by the listenToRuntimeError and listenToUnhandledRejection functions.

linux-foundation-easycla[bot] commented 3 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

snitin315 commented 1 month ago

Please provide more details on the issue you're facing. Currently the changes seems unnecessary.