@lightspeed/browserslist-config

0.2.0 • Public • Published

@lightspeed/browserslist-config

Introduction

Browserslist configuration in a convenient package.

We recommend to use a shared Babel configuration with a baked-in browserslist, such as that exposed in @lightspeed/config-next.

Quick Start

  1. Install the dependency in your webapp.
yarn add -D @lightspeed/browserslist-config
  1. Consume the Browserslist configuration in package.json. Alternate query sources are described here.
"browserslist": [
  "extends @lightspeed/browserslist-config"
]
  1. Optionally, extend the configuration as you see fit.
"browserslist": [
  "extends @lightspeed/browserslist-config",
  "ie <= 11"
]

Readme

Keywords

none

Package Sidebar

Install

npm i @lightspeed/browserslist-config

Weekly Downloads

176

Version

0.2.0

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • kurt.bergeron
  • lightspeedhq
  • ls-guillaume-lambert
  • ls-frederic-bouchard
  • anomen