The Browserslist config for eBay.
npm install @ebay/browserslist-configThis package provides Browserslist rules as a shared npm module.
``sh`
yarn add @ebay/browserslist-config --dev
or
`sh`
npm install @ebay/browserslist-config --save-dev
You can reference the shared config in your package.json:
`json``
"browserslist": [
"extends @ebay/browserslist-config"
]