You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the console would log 'Failed to compile with 1 errors' without error details
What is expected?
Error details can be properly logged
What is actually happening?
Error details are not logged
This problem is actually caused by friendly-errors-webpack-plugin, but I think vue-cli should log error details to help users locating problems quickly.
After having a glance of vue-cli-service source code, this problem may be related to error handling of async functions such as service#run.
The text was updated successfully, but these errors were encountered:
Version
3.0.4
Reproduction link
https://github.com/linden5/vue-cli-not-logging-error-reproduce
Node and OS info
Node 8.12.0 / yarn 1.12.3 / Windows 10
Steps to reproduce
and the console would log 'Failed to compile with 1 errors' without error details
What is expected?
Error details can be properly logged
What is actually happening?
Error details are not logged
This problem is actually caused by friendly-errors-webpack-plugin, but I think vue-cli should log error details to help users locating problems quickly.
After having a glance of vue-cli-service source code, this problem may be related to error handling of async functions such as service#run.
The text was updated successfully, but these errors were encountered: