0👍
Found it. Visual Studio -> Tools -> Options -> Projects and Solutions -> Build and Run -> MSBuild project build output verbosity. Change this to Detailed.
Then, when you try to debug the project, VS will still give you the useless error in the ErrorList window, but if you look in the Output window, the real error will be there:
- [Vuejs]-Vue.js webpack and static images (without vuecli and nodejs dev server)
- [Vuejs]-VueJS replace data of component // same route problem
Source:stackexchange.com