1.0.0 • Published 5 years ago
@withblocks/browserslist-config v1.0.0
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.
1.0.0
5 years ago