npm.io
3.0.2 • Published 3 months ago

@justia/browserslist-config-legacy

Licence
MIT
Version
3.0.2
Deps
0
Size
4 kB
Vulns
0
Weekly
0

@justia/browserslist-config-legacy version 3.0.2

Legacy 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"
]