React 兼容IE11语法错误的解决方法

2020-03-03  本文已影响0人  Mooners

首先安装react-app-polyfill

然后在src/index.js的最顶端引入两个文件

import "react-app-polyfill/ie11";
import "react-app-polyfill/stable";
image.png

package.json中找到browserslist添加ie 11

image.png

此时Dev环境可能依然存在问题,继续设置
react-dev-utils中找到webpackHotDevClient.js文件,添加参数slashes:true

image.png

cnpm start运行看看吧~

上一篇下一篇

猜你喜欢

热点阅读