You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -150,12 +150,13 @@ Compile browserslist query to one regex.
150
150
| Option | Type | Default | Description |
151
151
|--------|------|---------|-------------|
152
152
| browsers | `string \| string[]` | — | Manually provide a browserslist query (or an array of queries). Specifying this overrides the browserslist configuration specified in your project. |
153
-
| env | `string` | — | When multiple browserslist [environments](https://github.com/ai/browserslist#environments) are specified, pick the config belonging to this environment. |
| ignoreMinor | `boolean` | `false` | Ignore differences in minor browser versions. |
156
155
| allowHigherVersions | `boolean` | `false` | For all the browsers in the browserslist query, return a match if the useragent version is equal to or higher than the one specified in browserslist. |
157
156
| allowZeroSubversions | `boolean` | `false` | Ignore match of patch or patch and minor, if they are 0. |
158
157
158
+
Any of the [`browserslist` API options](https://github.com/browserslist/browserslist#js-api) may also be provided.
0 commit comments