react兼容ie9

ie9打开react项目,显示Map未定义

import 'react-app-polyfill/ie9'
import 'react-app-polyfill/stable'

import 'core-js/es6/map'
import 'core-js/es6/set'

通过文档尝试引入core-js中的map与set,但是页面还是不能够加载出来

使用的是react脚手架

img

img