A shareable config for Browserslist used by the imgix SDK.
Installation
npm install browserslist @imgix/browserslist-config --save-dev
Usage
Add this to your package.json
file:
"browserslist": [
"extends @imgix/browserslist-config"
]
Alternatively, add this to your .browserslistrc
file:
extends @imgix/browserslist-config
When imported, this package returns an array of supported browsers. For more configuration examples, see the Browserslist examples repo.