I just updated a VueJS Meteor project to 1.8.3 and with it all dependencies and npm modules. Suddenly every single vue module is printed to the console (server and client) upon first loading with the line number of export default.
Does anybody know how to switch off that debug output?
I just found that github issue myself and noticed that I don’t use meteor-vue but akryum_vue-component, which is also full of the !module.watch statement. Trying to track down where that is actually defined