I created a react application using .net core 2.2 and as part of the set up, I added the following to the top of my index.js file:
import 'core-js/es6/map';
import 'core-js/es6/set';
import 'raf/polyfill';
It opened up and ran just fine in IE.
I'm now trying to do the same using .net core 3.0 and I'm having trouble getting it to work in IE. How do I support a react in IE, that is built in .net core 3.0?
The console shows the following 2 errors:
SCRIPT1002: Syntax error 0.chunk.js (45, 34)
AND
SCRIPT1002: Syntax error main.chunk.js (60, 1)