0.1.1 • Published 5 years ago

@lightspeed/config-browserslist v0.1.1

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

@lightspeed/config-browserslist

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/config-browserslist
  1. Consume the Browserslist configuration in package.json. Alternate query sources are described here.
"browserslist": [
  "extends @lightspeed/config-browserslist"
]
  1. Optionally, extend the configuration as you see fit.
"browserslist": [
  "extends @lightspeed/config-browserslist",
  "ie <= 11"
]
0.1.1

5 years ago

0.1.0

5 years ago