Shared Browserslist config for use in NICE Digital Services
With npm:
npm install @nice-digital/browserslist-config --save-dev
Or with Yarn:
yarn add @nice-digital/browserslist-config -D
Add this to your package.json file:
"browserslist": [
"extends @nice-digital/browserslist-config"
]
Or use a .browserslistrc as per the docs.
Version 3 drops support for IE altogether. Use v2 if you still want to support IE11, for whatever reason.