-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected token < (probably related to script in index.html) #318
Comments
EDIT: this index file is produced by This is full index.html file
|
The Which dependencies do you have installed? By default, anything imported from |
Will drop list of dependencies below, strange thing is that I am able to start it on my local machine, yet once accessed via browser served from my server this error happens. Is there a chance code splitting could mess with this?
|
EDIT: it looks like vendor file is not present at all after CI build (ci now has same settings as my local machine) yet one builds it fine and other doesnt |
Running production build on a server results in error
vendor.43103173.js:1 Uncaught SyntaxError: Unexpected token <
with subsequent one saying:
It is referring to .call inside script that is present in index.html file
I have a feeling this might be related to: #287
The text was updated successfully, but these errors were encountered: