-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
feat(hmr): add runtimeErrors option
#20526
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
base: main
Are you sure you want to change the base?
Conversation
|
I think this is related to #2076 and #6274. |
|
Oh, I hadn't noticed that. Are we going to move forward with that? |
|
@btea We discussed about this feature in the team meeting. We agreed to the following points:
|
|
Okay, thank you for your clear explanation. Will we continue with #6274? |
|
It is fine either. |
|
Based on the above suggestions, a basic implementation has been created. Do you think the current solution is feasible? And regarding the error messages, do we need to perform detailed conversion processing according to #6274? |

Description
refer to webpack/webpack-dev-server#4773
Some runtime errors generally do not appear, and adding this option can help users find some subtle code problems.
After adding this option, an error message will appear in the pop-up window on the page.