Skip to content

k4connect/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@k4connect/browserslist-config

Purpose

The configuration for browserslist that we use here at K4Connect. This provides autoconfiguration for a variety of projects, including:

Usage

Two steps:

  1. npm install --save-dev @k4connect/browserslist-config
  2. Add this to your package.json: * If you are targetting Node: "browerserslist": [ "extends @k4connect/browserslist-config/node.js" ] * If you are targetting browsers: "browerserslist": [ "extends @k4connect/browserslist-config/browser.js" ] * If you are targetting React Native, you'll have to research how to configure browserslist properly and then update this repo. Or you could just try the Node one: it'll probably work.

About

The configuration for 'browserslist' that we use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published