I'm new to a project and I've noticed that the javascript files I edit in my IDE appear differently in Chrome. For instance, here is a code snippet from Intellij:
https://i.sstatic.net/1ygfg.png
Even though this code is in a file named MNV.js, when I open mnv.js in Chrome DevTools, it looks like this:
https://i.sstatic.net/rzrBy.png https://i.sstatic.net/VJPuK.jpg
Is there an issue with the configuration of Chrome DevTools or is this normal behavior? Thanks for any help!
UPDATE: I should also mention that this project utilizes VUE, so here is the Vue configuration: