JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4391
  • Score
    100M100P100Q139070F
  • License MIT

Google / G Suite Browserslist Shared Config

Package Exports

  • browserslist-config-google

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browserslist-config-google) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Google / G Suite Browserslist Shared Config

This configuration reflects Google's supported browser policy for their suite of web applications.

NPM

What is Browserslist?

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

Browser support

Desktop browsers [policy]

  • Chrome
  • Firefox
  • Safari
  • Edge
  • IE 11 (can be excluded via browserslist-config-google/no-ie)

Mobile [policy]

  • Chrome for Android
  • iOS Safari

Usage

package.json

{
  "browserslist": [
    "extends browserslist-config-google"
  ]
}

Alternative configuration

Last n versions or >= [version]

Config Chrome Firefox Safari Edge IE ChromeAndroid iOS
browserslist-config-google 1 2 2 2 1 3 2
browserslist-config-google/no-ie 1 2 2 2 0 3 2
browserslist-config-google/gdocs 2 2 2 2 2 >= 30 >= 9

There is also browserslist-config-google/popular for supporting above browsers with global usage >= 0.5%