1.0.0 • Published 5 years ago

@withblocks/browserslist-config v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

Browserslist Config

With Blocks config for Browserslist.

Installation

Install the module

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

Usage

Add this to your package.json file:

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

Alternatively, add this to .browserslistrc file:

extends @withblocks/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.