2.0.5 • Published 6 months ago

@xerox/browserslist-config v2.0.5

Weekly downloads
34
License
MIT
Repository
github
Last release
6 months ago

@xerox/browserslist-config

Browserslist shareable configuration for Xerox projects.

ci status npm package license MIT commit style angular semantic-release

Usage

  1. Install this config and prettier as a devDependency:
yarn add @xerox/browserslist-config --dev
# or
npm install @xerox/browserslist-config --save-dev
  1. Add the following to your package.json:
{
  // ...
  "browserslist": [
    "extends @xerox/browserslist-config"
  ]
  // ...
}

If you're using environments:

{
  // ...
  "browserslist": {
    "build": [
      "extends @xerox/browserslist-config"
    ],
    "test": [
      "extends @xerox/browserslist-config/node"
    ]
  }
  // ...
}

Configurations

Currently there are 3 different browserslist configurations: 1. @xerox/browserslist-config which uses Adobe Analytics data to get the most appropriate browsers to be supported across Xerox websites. 2. @xerox/browserslist-config/node which gets the current node version that is expected to be supported across Xerox projects. 3. @xerox/browserslist-config/browserstack which gets the browsers to be test against in browserstack.


LICENSE | CHANGELOG

2.0.3

9 months ago

2.0.2

9 months ago

2.0.5

6 months ago

2.0.4

9 months ago

2.0.5-next.0

9 months ago

2.0.5-next.1

6 months ago

2.1.0-next.1

2 years ago

2.0.2-next.0

1 year ago

2.0.1

2 years ago

2.1.0-next.0

2 years ago

2.0.0-next.0

2 years ago

2.0.0

2 years ago

1.1.0-next.0

3 years ago

1.0.9

3 years ago

1.0.9-next.1

3 years ago

1.0.9-next.0

3 years ago

1.0.8

3 years ago

1.0.8-next.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago