Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 211dee7

Browse files
Fix IE11 deployment
1 parent 3f87632 commit 211dee7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
},
2929
"browserslist": {
3030
"production": [
31+
"ie 11",
3132
">0.2%",
3233
"not dead",
3334
"not op_mini all"
3435
],
3536
"development": [
37+
"ie 11",
3638
"last 1 chrome version",
3739
"last 1 firefox version",
3840
"last 1 safari version"

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* These polyfills are required for IE11 support. */
2+
import 'react-app-polyfill/ie11';
3+
import 'react-app-polyfill/stable';
24
import 'core-js';
35
import 'regenerator-runtime';
46

0 commit comments

Comments
 (0)