0.3.0 • Published 3 years ago

@wearerequired/browserslist-config v0.3.0

Weekly downloads
174
License
MIT
Repository
github
Last release
3 years ago

@wearerequired/browserslist-config

Shareable Browserslist config used by @wearerequired.

Installation

Install the package:

npm i -D @wearerequired/browserslist-config

Usage

To use this config, simply reference @wearerequired/browserslist-config in your Browserslist configuration.

For example, using .browserslistrc:

extends @wearerequired/browserslist-config

The package also comes with a config to only support modern browsers. The only difference to the default config is that it doesn't include IE 11.

If you don't need IE 11 support, you can use the following syntax:

extends @wearerequired/browserslist-config/modern