0.0.1-beta.1 • Published 3 years ago

browserslist-config-local v0.0.1-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

browserslist-config-local

shareable config for Browserslist.

Installation

npm install browserslist-config-local --save-dev

Usage

Add this to your package.json file:

"browserslist": [
	"extends browserslist-config-local"
]

Alternatively, add this to .browserslistrc file:

extends browserslist-config-local

Dev

Jest Test

yarn run test:dev
yarn ren test:prod

Release

yarn run release