Skip to content

Instantly share code, notes, and snippets.

@nickmccurdy
Last active July 22, 2023 06:10
Show Gist options
  • Save nickmccurdy/6d04aab2ea399e7544c5e3b0332d7f99 to your computer and use it in GitHub Desktop.
Save nickmccurdy/6d04aab2ea399e7544c5e3b0332d7f99 to your computer and use it in GitHub Desktop.
Browserslist config Baseline

Browserslist config Baseline

To consistently use Baseline browsers (Chrome, Edge, Firefox, Safari) with your web toolchain, add these to your Browserslist:

"browserslist": [
  "last 2 chrome versions",
  "last 2 edge versions",
  "last 2 firefox versions",
  "last 2 safari major versions"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment