1.2.3 • Published 26 days ago

@yoast/browserslist-config v1.2.3

Weekly downloads
232
License
GPL-3.0
Repository
github
Last release
26 days ago

Browserslist Config

Yoast browserslist shareable config for Browserslist.

Installation

Install the module

$ npm install browserslist @yoast/browserslist-config --save-dev

or

$ yarn add --dev @yoast/browserslist-config

Usage

Add this to your package.json file:

"browserslist": [
	"extends @yoast/browserslist-config"
]

Alternatively, add this to .browserslistrc file:

extends @yoast/browserslist-config

This package when imported returns an array of supported browsers, for more configuration examples including Autoprefixer, Babel, ESLint, PostCSS, and stylelint see the Browserslist examples repo.

List determination

This list is based on the list of browsers with a usage higher than 1 percent. This is according to the can I use statistics. We then take this list and reduce it to the browsers that we actually want to support based on our own usage data.

This list is periodically reviewed.

1.2.3

26 days ago

1.2.2

4 years ago

1.2.2-rc.1

4 years ago

1.2.1

4 years ago

1.2.0-rc.0

4 years ago

1.1.0

4 years ago

1.1.0-rc.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.1.0-rc.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago