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
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%
