I'm trying to access a basic react application that is running on my local network using IE in a windows environment. The site appears to be working on chrome, but not in IE. When I navigate to the url in IE, I only see a blank screen.
I've already tried configuring IE to include the network url in the local intranet zone, however it didn't change the outcome.
To clarify, I am runnning a react application using create-react-app and I have not made any changes yet. However when I inspected the site, I found these errors appear in IE:
SCRIPT1028: Expected identifier, string or number
bundle.js (1017,11)
SCRIPT1002: Syntax error
vendors-main.chunk.js (10,1)
SCRIPT1010: Expected identifier
main.chunk.js (57,52)