I am using vue.js in my web app and everything works fine in desktop browsers but not in mobile, so I installed android emulator to see what's the problem and I was surprised to see this (I used remote debugging in chrome) : Uncaught SyntaxError: Unexpected token ILLEGAL vueapp.js:4
why do I see this ?