@oat-sa/browserslist-config-tao
v1.0.1
Published
Shareable Browserslist config for TAO
Downloads
1,652
Readme
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