Enable Browser console output on remote

hello all,
I add Vue 2.6 to my Roots site by following the guide posted on another thread and didn’t have major issues… until now.

For some reason, one of my Vue actions (setDogPlaces) is not not fired on remote. I’d like to have a look at console.log output to see what is going on, however it is switched off by yarn build production.

So, I can’t see console output on my remote. Local VS remote screenshot -

My Vue app is not totally broken on remote - I can invoke setDogPlaces just fine from the menu. It’s just initial page load glitch I need like to investigate.

Question - how do I enable Browser console output on remote?