File tree 2 files changed +8
-5
lines changed 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
import 'react-app-polyfill/ie9' ; // For IE 9-11 support
2
- import 'react-app-polyfill/ie11' ; // For IE 11 support
2
+ import 'react-app-polyfill/stable' ;
3
+ // import 'react-app-polyfill/ie11'; // For IE 11 support
3
4
import './polyfill'
4
5
import React from 'react' ;
5
6
import ReactDOM from 'react-dom' ;
Original file line number Diff line number Diff line change 1
1
/*
2
2
* required polyfills
3
3
*/
4
+ import "core-js" ;
5
+ import 'core-js/features/set/map' ;
4
6
5
7
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
6
8
// import 'core-js/es6/symbol'
12
14
// import 'core-js/es6/math'
13
15
// import 'core-js/es6/string'
14
16
// import 'core-js/es6/date'
15
- import 'core-js/es6/array'
17
+ // import 'core-js/es6/array'
16
18
// import 'core-js/es6/regexp'
17
- import 'core-js/es6/map'
19
+ // import 'core-js/es6/map'
18
20
// import 'core-js/es6/weak-map'
19
- import 'core-js/es6/set'
20
- import 'core-js/es7/object'
21
+ // import 'core-js/es6/set'
22
+ // import 'core-js/es7/object'
21
23
22
24
/** IE10 and IE11 requires the following for the Reflect API. */
23
25
// import 'core-js/es6/reflect'
You can’t perform that action at this time.
0 commit comments