Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 384 Bytes

File metadata and controls

21 lines (14 loc) · 384 Bytes

@straw-hat/browserslist-config

Base Browserslist configuration.

How-to Guides

Get Started

  1. Install the dependency in your package.

    yarn add -D @straw-hat/browserslist-config
  2. Extend your configuration using the @straw-hat/browserslist-config package.

    {
      "browserslist": ["extends @straw-hat/browserslist-config"]
    }