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.
What is Browserslist?
Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env.
- Browserslist (Github repo)
- browserl.ist (Browserslist query syntax validation)
- "Browserslist is a Good Idea" (blog post by @chriscoyier)
Browser support
As of December 2017, these browsers are supported by default configuration:
Desktop browsers [policy]
- Chrome 62
- Edge 16
- Edge 15
- Firefox 57
- Firefox 56
- IE 11 (can be excluded via
browserslist-config-google/no-ie) - Safari 11
- Safari 10.1
Mobile [policy]
- Chrome for Android 62
- iOS Safari 11
- iOS Safari 10.3
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%