browserslist-config-local
v0.0.1-beta.1
Published
Browserslist shared configuration.
Downloads
2
Maintainers
Readme
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