@justia/browserslist-config
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

@justia/browserslist-config version 3.0.0

Compilation of target browsers

Browserslist shareable config for Browserslist.

Install

npm install browserslist @justia/browserslist-config --save-dev

Usage

Add this to your package.json file:

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

Alternatively, add this to .browserslistrc file:

extends @justia/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.

Legacy

Entry with a list of specific old browsers. You can include it in your package.json or .browserslistrc file like this:

"browserslist": [
  "extends @justia/browserslist-config/legacy"
]

Package Sidebar

Install

npm i @justia/browserslist-config

Weekly Downloads

28

Version

3.0.0

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • justiauser
  • mayrop
  • digznav