create-react-app 兼容 ie9

yarn add react-app-polyfill core-js

在index.js

import 'react-app-polyfill/ie9';//兼容ie9
import 'react-app-polyfill/stable';
import "core-js/es/map"
import "core-js/es/set"

 

posted on 2020-09-23 15:35  秃了头也不退休  阅读(496)  评论(0编辑  收藏  举报

导航