Skip to content

nice-digital/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NICE Digital Browserslist

Shared Browserslist config for use in NICE Digital Services

npm GitHub release License Dependencies

Installation

With npm:

npm install @nice-digital/browserslist-config --save-dev

Or with Yarn:

yarn add @nice-digital/browserslist-config -D

Usage

Add this to your package.json file:

"browserslist": [
    "extends @nice-digital/browserslist-config"
]

Or use a .browserslistrc as per the docs.

V3 Breaking changes

Version 3 drops support for IE altogether. Use v2 if you still want to support IE11, for whatever reason.