/browserslist-config

A common browser list config for eBay using https://github.com/browserslist/browserslist.

Primary LanguageJavaScriptMIT LicenseMIT

browserslist-config-ebay

This package provides Browserslist rules as a shared npm module.

Installing

yarn add @ebay/browserslist-config

or

npm install @ebay/browserslist-config

Usage

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

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