Package detail

@sanity/browserslist-config

sanity-io156.7kMIT1.0.5

Sanity.io Browserslist shared configuration

sanity, sanity.io, studio, browserslist

readme

@sanity/browserslist-config

npm stat npm version

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.

   "author": "Sanity.io <hello@sanity.io>",
+  "browserslist": "extends @sanity/browserslist-config",
   "files": {

changelog

Changelog

1.0.5 (2024-12-18)

Bug Fixes

  • add resizeobserver to list (a0a21eb)
  • improve bundlesize by using native object rest spread syntax (e7a474d)

1.0.4 (2024-12-18)

Bug Fixes

  • increase to 0.3% of used browsers (#40) (b9d4ef0)

1.0.3 (2024-02-21)

Bug Fixes

  • revert and not iOS &lt; 13 (646c04b)

1.0.2 (2024-02-20)

Bug Fixes

  • drop iOS older than v13 (e7b3a71)

1.0.1 (2024-02-07)

Bug Fixes

  • no longer less than 80% coverage in China regions (4f3921a)

1.0.0 (2024-01-25)

Features