Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 616 Bytes

File metadata and controls

19 lines (13 loc) · 616 Bytes

GrowFlow Browserslist Shared Config

Browserslist configuration that reflects which browsers GrowFlow web applications support.

Usage

yarn add --dev @growflow/browserslist-config

You can then add a browserslist key to package.json:

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

This will allow different libraries and tools like AutoPrefixer and babel-preset-env to utilize the same list of browsers when doing their thing.