Skip to content

eBay/browserslist-config

Repository files navigation

browserslist-config-ebay

This package provides Browserslist rules as a shared npm module.

Installing

yarn add @ebay/browserslist-config  --dev

or

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

Usage

You can reference the shared config in your package.json:

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