After upgrading to webpack 4 and latest react version . When i open react js development version on IE it shows blank page and shows following error in console.
SCRIPT1002: Syntax error
File: 0-9c5f892beeb9f5dfc76b.chunk.js, Line: 2891, Column: 34
and above line mentioned below code :
"use strict";
/* WEBPACK VAR INJECTION */(function(module) {
const colorConvert = __webpack_require__(/*! color-convert */ "./node_modules/color-convert/index.js");
const wrapAnsi16 = (fn, offset) => function () {
const code = fn.apply(colorConvert, arguments);
return `\u001B[${code + offset}m`;
};
I have tried below solutions but nothings works for me :
https://reactjs.org/docs/javascript-environment-requirements.html