Vue.js project not displaying real errors

I’m facing a problem using Meteor with Vue.js (vue@2.5.17).
Every time I have an error in my component, I get an error on the client console:

Cannot find module '/imports/ui/components/..
Which is absolutly not the real problem…

Is there a way to have a more detail error message pointing the line to the real problem?
Even if I know component is well imported, I waste a lot of time to find the error.

Thanks for your help

1 Like

+1 for this request!

The only way to find the needle in the haystack is to comment out the whole file and gradually un-comment sections until it breaks again.