提交 fce74f92 编写于 作者: yoyo83773's avatar yoyo83773 提交者: 偏右

Compatible with IE10

上级 f347ead8
import '@babel/polyfill';
import 'url-polyfill';
import './polyfill';
import dva from 'dva';
import createHistory from 'history/createHashHistory';
......
import '@babel/polyfill';
import 'url-polyfill';
import setprototypeof from 'setprototypeof';
// React depends on set/map/requestAnimationFrame
// https://reactjs.org/docs/javascript-environment-requirements.html
// import 'core-js/es6/set';
// import 'core-js/es6/map';
// import 'raf/polyfill'; 只兼容到IE10不需要,况且fetch的polyfill whatwg-fetch也只兼容到IE10
// https://github.com/umijs/umi/issues/413
Object.setPrototypeOf = setprototypeof;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册