React ie11不兼容 React Ant create-react-app创建

用create-react-app创建的项目不支持ie   1、首先npm install react-app-polyfill --save 2、入口文件 index.js 顶部添加,一定是顶部  import 'react-app-polyfill/ie11';  import 'react-app-polyfill/stable'; import React from 'react'; im
相关文章
相关标签/搜索