I created a new project with create-react-app today. The production build is not running fine on IE11, the console shows following error:
SCRIPT1010: Expected
This is IE problem, not react framework.
the problem that "default" is a reserved word on IE
you can rename "default" function to a new name or use javascript function as :
return e["default"]