You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nocode 0762f95efd first commit 1 year ago
..
LICENSE first commit 1 year ago
README.md first commit 1 year ago
browser.js first commit 1 year ago
cli.js first commit 1 year ago
error.d.ts first commit 1 year ago
error.js first commit 1 year ago
index.d.ts first commit 1 year ago
index.js first commit 1 year ago
node.js first commit 1 year ago
package.json first commit 1 year ago
parse.js first commit 1 year ago

README.md

Browserslist Cult Of Martians

Browserslist logo by Anton Lovchikov

The config to share target browsers and Node.js versions between different front-end tools. It is used in:

All tools will find target browsers automatically, when you add the following to package.json:

  "browserslist": [
    "defaults",
    "not IE 11",
    "maintained node versions"
  ]

Or in .browserslistrc config:

# Browsers that we support

defaults
not IE 11
maintained node versions

Developers set their version lists using queries like last 2 versions to be free from updating versions manually. Browserslist will use caniuse-lite with Can I Use data for this queries.

Browserslist will take queries from tool option, browserslist config, .browserslistrc config, browserslist section in package.json or environment variables.

Sponsored by Evil Martians

Docs

Read full docs on GitHub.