0.4.0 • Published 4 years ago
@spothero/browserslist-config v0.4.0
@spothero/browserslist-config: SpotHero's Base Browserslist Configuration
This module provides your project with an extendable base Browserslist configuration to develop applications using SpotHero's officially supported browsers.
Installation
npm install @spothero/browserslist-config -D
Usage
Create a browserslist
key in your package.json
file and extend this configuration:
{
"browserslist": [
"extends @spothero/browserslist-config"
]
}
Alternatively, add this to your .browserslistrc
file:
extends @spothero/browserslist-config