Skip to content

Commit 9a0be64

Browse files
committed
Add wide browserslist to package.json
1 parent 581b235 commit 9a0be64

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,14 @@
108108
"patchedDependencies": {
109109
"nextra": "patches/nextra.patch"
110110
}
111-
}
111+
},
112+
"browserslist": [
113+
"chrome >0 and last 2.5 years",
114+
"edge >0 and last 2.5 years",
115+
"safari >0 and last 2.5 years",
116+
"firefox >0 and last 2.5 years",
117+
"and_chr >0 and last 2.5 years",
118+
"and_ff >0 and last 2.5 years",
119+
"ios >0 and last 2.5 years"
120+
]
112121
}

0 commit comments

Comments
 (0)