Skip to content

Commit 7554705

Browse files
authored
feat: update browser list (#34)
1 parent a8c3fc8 commit 7554705

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/babel-preset/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ const browserlist = [
1414
'not dead',
1515
'Chrome >= 60',
1616
'Firefox >= 60',
17-
'not Edge < 79',
1817
'Firefox ESR',
19-
'iOS >= 10',
20-
'Safari >= 10',
21-
'Android >= 6',
18+
'iOS >= 12',
19+
'Safari >= 12',
2220
'not Explorer <= 11',
2321
];
2422

0 commit comments

Comments
 (0)