1.2.0 • Published 1 year ago

@edx/browserslist-config v1.2.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

@edx/browserslist-config

license npm

Shareable browserslist configuration for Open edX. If our supported browsers changes in the future, this will be the primary place to update for all consumers (e.g., micro-frontends).

What is Browserslist?

Browserslist is a tool to share target browsers and Node.js versions between different frontend tools (e.g., autoprefixer, babel, etc.).

See documentation on shareable browserslist configurations for more details.

Supported Browsers

Desktop

BrowserVersion
Chromelast 2
Safarilast 2
Edgelast 2
Firefoxlast 2

Mobile

BrowserVersion
Chrome for Androidlast 3
Safari for iOSlast 3
Firefox for Androidlast 3

List all supported browsers

You can list all supported browsers by running:

npm install
npm run supported

Learn more by visiting the browser support page on the edX Support Portal.

Installation and usage

Install the package in your repository:

$ npm install -D @edx/browserslist-config

In your package.json file:

{
  "browserslist": ["extends @edx/browserslist-config"]
}