🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@telus/browserslist-config

Package Overview
Dependencies
Maintainers
12
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telus/browserslist-config

TELUS Shared Browserslist Config

1.1.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
12
Weekly downloads
 
Created
Source

TELUS Shared Browserslist Config

version Build Status

What is browserslist?

"Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env"

See browserslist.

Install

npm install @telusdigital/browserslist-config --save-dev

Set up

Create a browserslist file in the root of your project. Add the following line to extend from this config:

extends @telusdigital/browserslist-config

You can also add your own queries after the extends, though this is not recommended.

Which browsers do I support?

You can use the browserslist CLI to inspect the browsers targeted by the queries in your browserslist config.

npx browserslist              # Output a list of targeted browsers
npx browserslist --coverage   # Total coverage of targeted browsers

For local development, also run:

npm run setup-local

Github: @telus • Twitter: @telusdigital

Keywords

telus

FAQs

Package last updated on 17 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts