Socket
Socket
Sign inDemoInstall

@ackee/browserslist-config

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ackee/browserslist-config

Default browsers list supported in our projects at Ackee


Version published
Maintainers
4
Created
Source

@ackee/browserslist-config

A default browsers list for our projects in Akcee - list of browsers for prod env.

More readble version for our PMs and our clients can found here.

Usage

yarn add @ackee/browserslist-config -D

Add this to your package.json:

    "browserslist": [
        "extends @ackee/browserslist-config"
    ]

Browserslist in create-react-app

Usage

  1. Make sure to have installed at least @ackee/react-scripts@1.1.1 version:

    yarn add @ackee/react-scripts@1.1.1 -D
    
  2. Add to package.json:

    "browserslist": [
        "extends @ackee/browserslist-config"
    ]
    
  3. Import core-js in root of your project for correct polyfilling:

    import 'core-js';
    

Recommendations

  1. Since node modules often have the largest impact on the final bundle size, it's crucial to choose those packages carefully:

    To leverage the power of browserslist on your project, it's important to choose packages transpiled to modern (non-ES5 JavaScript) as much as possible.

  2. Lint the browser compatibility of your code by adding eslint-plugin-compat

Structure

Debugging

@babel/preset-env has available debug option. You can set it in:

An example output could look like this for browserslist only with Chrome 81:

@babel/preset-env: `DEBUG` option

Using targets:
{
    "chrome": "81"
}

Using modules transform: false

Using plugins:
syntax-nullish-coalescing-operator { "chrome":"81" }
syntax-optional-chaining { "chrome":"81" }
syntax-json-strings { "chrome":"81" }
syntax-optional-catch-binding { "chrome":"81" }
syntax-async-generators { "chrome":"81" }
syntax-object-rest-spread { "chrome":"81" }
syntax-dynamic-import { "chrome":"81" }
syntax-top-level-await { "chrome":"81" }

Using polyfills with `entry` option:

Keywords

FAQs

Package last updated on 15 Jul 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc