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