@haptiq/browserslist-config
v0.1.0
Published
Shared Browserslist configuration for Haptiq projects.
Maintainers
Readme
@haptiq/browserslist-config
Shared Browserslist configuration for Haptiq projects.
Installation
npm install @haptiq/browserslist-config --save-devUsage
In a .browserslistrc file (or the browserslist field in package.json):
extends @haptiq/browserslist-configModern variant
For projects that only need to support evergreen browsers:
extends @haptiq/browserslist-config/modernTargets
See index.js for the default targets and modern.js for the modern variant — these are the source of truth.
Overriding
Add additional queries to extend or override:
extends @haptiq/browserslist-config
Safari >= 14License
GPL-2.0-or-later
