@sanity/browserslist-config
Version:
Sanity.io Browserslist shared configuration
20 lines (14 loc) • 859 B
Markdown
# @sanity/browserslist-config
[](https://npm-stat.com/charts.html?package=@sanity/browserslist-config)
[](https://www.npmjs.com/package/@sanity/browserslist-config)
```sh
npm install --save-dev @sanity/browserslist-config
```
This package is used together with [`@sanity/pkg-utils`], and any other packages that supports [`browserslist`]. Add the `browserslist` key to your `package.json`.
```diff
"author": "Sanity.io <hello@sanity.io>",
+ "browserslist": "extends @sanity/browserslist-config",
"files": {
```
[`@sanity/pkg-utils`]: https://github.com/sanity-io/pkg-utils#readme
[`browserslist`]: https://github.com/browserslist/browserslist#shareable-configs