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? |
|
@sapphi-red I noticed that #20916 addressed the issue by forwarding the error message to the server terminal. Should this PR be closed? |
|
#20916 sends the errors to the server but it doesn't show them in the browser. I think it's a different feature. |

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.