browserslist-config-local
v0.0.1-beta.1
Published
Browserslist shared configuration.
Maintainers
Readme
browserslist-config-local
shareable config for Browserslist.
Installation
npm install browserslist-config-local --save-devUsage
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:prodRelease
yarn run release