@nice-digital/browserslist-config
v3.0.0
Published
Shared Browserslist config for use in NICE Digital Services
Downloads
322
Readme
NICE Digital Browserslist
Shared Browserslist config for use in NICE Digital Services
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.