UNPKG

@straw-hat/browserslist-config

Version:

Browserslist configuration

22 lines (14 loc) 384 B
# @straw-hat/browserslist-config Base Browserslist configuration. ## How-to Guides ### Get Started 1. Install the dependency in your package. ```sh yarn add -D @straw-hat/browserslist-config ``` 2. Extend your configuration using the `@straw-hat/browserslist-config` package. ```json { "browserslist": ["extends @straw-hat/browserslist-config"] } ```