1.1.0 • Published 1 month ago

@newlevelup/browserslist-config v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

browserslist-config Package version NPM version Github Package version

New Level Up shareable config for Browserslist

Installation

:bulb: The purpose of Browserslist is to specify which browsers should be support your current application by specifying "queries" in a config file. This is commonly used by all major frontend frameworks, but not limited only to it. More detailed information here.

Install @newlevelup/browserslist-config:

yarn add -D @newlevelup/browserslist-config

Usage

New Level Up Browserslist rules come bundled in @newlevelup/browserslist-config. To enable these rules, add a browserslist property in your package.json. See the Browserslist configuration docs for more details.

"browserslist": [
  "extends @newlevelup/browserslist-config"
]