0.1.3 • Published 1 year ago

browserslist-config-baseline v0.1.3

Weekly downloads
-
License
Unlicense
Repository
-
Last release
1 year ago

browserslist-config-baseline

Browserslist config based on WebDX Baseline (as seen on MDN).

Baseline identifies web platform features that work across browsers. Baseline helps you decide when to use a feature by telling you when it is less likely to cause compatibility problems for your site's visitors.

{
  "browserslist": [
    "extends browserslist-config-baseline"
  ]
}

Browsers

This config includes versions of

  • Apple Safari (iOS)
  • Apple Safari (macOS)
  • Google Chrome (Android)
  • Google Chrome (desktop)
  • Microsoft Edge (desktop)
  • Mozilla Firefox (Android)
  • Mozilla Firefox (desktop)

released within the last 30 months. This means that all features tagged as widely available on MDN should be safe to use without any polyfills.

See also

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago