Skip to content

Commit 472ff21

Browse files
committed
Simplifies browser compatibility configuration
Replaces specific browser version targets with "defaults" browserslist preset to streamline maintenance and follow industry standard compatibility guidelines
1 parent 6282aa8 commit 472ff21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"browserslist": [
6-
"chrome 111",
7-
"edge 111",
8-
"firefox 113",
9-
"safari 15.4"
6+
"defaults"
107
],
118
"scripts": {
129
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)