Skip to content

Commit e370e6f

Browse files
authored
Adjust browserslist to compile optional chaining (#2860)
1 parent d6ded07 commit e370e6f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.browserslistrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
chrome >= 79
2+
firefox >= 85
3+
safari >= 13
4+
edge >= 88

package.json

-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
"type": "git",
88
"url": "https://github.com/adobe/react-spectrum"
99
},
10-
"browserslist": [
11-
"chrome >= 88",
12-
"firefox >= 85",
13-
"safari >= 13",
14-
"edge >= 88"
15-
],
1610
"scripts": {
1711
"check-types": "tsc",
1812
"install-16": "yarn add -W react@^16.8.0 react-dom@^16.8.0",

0 commit comments

Comments
 (0)