@oat-sa/browserslist-config-tao

Shareable Browserslist config for TAO


Keywords
browserslist, oat, tao, desktop
License
GPL-2.0-only
Install
npm install @oat-sa/browserslist-config-tao@1.0.1

Documentation

browserslist-config-tao

Shareable Browserslist for TAO

Usage

This configuration can be used by all the tools that supports browserslist : Babel, Autoprefixer, eslint-plugin-compat, etc.

Add this package in your dependencies :

npm install --save-dev @oat-sa/browserslist-config-tao

Then in your package.json :

{
    "browserslist" : [
        "extends @oat-sa/browserslist-config-tao"
    ]
}

Display the supported browsers

From this repository :

npm run browserslist

From your repository :

npx browserslist