4.1.0 • Published 2 years ago

@gechiui/browserslist-config v4.1.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
2 years ago

Browserslist Config

GeChiUI Browserslist shareable config for Browserslist.

Installation

Install the module

$ npm install browserslist @gechiui/browserslist-config --save-dev

Note: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.

Usage

Add this to your package.json file:

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

Alternatively, add this to .browserslistrc file:

extends @gechiui/browserslist-config

This package when imported returns an array of supported browsers, for more configuration examples including Autoprefixer, Babel, ESLint, PostCSS, and stylelint see the Browserslist examples repo.