本地React开发版本在IE中显示空白页

时间:2019-02-13 09:02:15

标签: reactjs create-react-app polyfills babel-polyfill

升级到webpack 4和最新的react版本后。当我在IE上打开react js开发版本时,它显示空白页,并在控制台中显示以下错误。

SCRIPT1002: Syntax error
File: 0-9c5f892beeb9f5dfc76b.chunk.js, Line: 2891, Column: 34

以及上面提到的以下代码行:

"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`;
};

我尝试了以下解决方案,但对我没有任何帮助:

https://reactjs.org/docs/javascript-environment-requirements.html

Why IE 11 display blank page rendering react app

0 个答案:

没有答案