Skip to content

Commit 98b63a3

Browse files
committed
Update template browser defaults
1 parent 4562ab6 commit 98b63a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/react-scripts/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@
7676
"fsevents": "1.2.4"
7777
},
7878
"browserslist": [
79-
">0.25%",
80-
"not op_mini all",
81-
"ie 11"
79+
">0.2%",
80+
"not dead",
81+
"not ie <= 11",
82+
"not op_mini all"
8283
]
8384
}

0 commit comments

Comments
 (0)