We have this web app that is built using create-react-app and was deployed. Now we get this error in our console.
Uncaught SyntaxError: Unexpected token '<'
Most of the answers on StackOverflow speaks of webpack and all. We aren't using a webpack.
What can be the reason for this? How do we fix this?