I have a Single Page App built using Vue.js and hosted on a node.js server. While the app is still in development, it will eventually be accessed by external customers. Due to the sensitive data involved, we want to prevent users from seeing the .vue files and file structure when inspecting elements in dev tools.
Attached is a screenshot example highlighting the files I want to hide. https://i.sstatic.net/TRF1P.jpg
Is there a method to achieve this?