im using Vue. I made a website with promises & axios which works on every browser except IE. Vue seems to make promises & axios compatible for ie so i dont think that is the issue.
It says SCRIPT1014 Invalid character
When i click on the error in chunk-venders.js i see a bunch of obfuscated code like this
`(${
So i do a project wide search for backtick because they are not supported, i found 4 instances and i delete them all. I build, deploy and try again. Still blank screen with the same error. I cleared my cache in ie and restarted and nothing has changed. Where is the backtick coming from if ive deleted them all?