@withblocks/browserslist-config
v1.0.0
Published
Browserslist shared configuration.
Downloads
7
Maintainers
Readme
Browserslist Config
With Blocks config for Browserslist.
Installation
Install the module
$ npm install browserslist @withblocks/browserslist-config --save-devUsage
Add this to your package.json file:
"browserslist": [
"extends @withblocks/browserslist-config"
]Alternatively, add this to .browserslistrc file:
extends @withblocks/browserslist-configThis 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.
