Google / Google Workspace Browserslist Shared Config
March 13, 2021 ยท View on GitHub
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
Google Workspace dropped support for Internet Explorer on March 15th, 2021
(Gmail, Calendar, Meet, Chat, Drive, Docs, Sheets, Slides, Forms, Sites, etc.)
Desktop browsers [policy]
- Chrome
- Firefox
- Safari
- Edge
Mobile [policy]
- Chrome for Android (caniuse data caveat: best covered by matching desktop Chrome versions)
- iOS Safari
Usage
package.json
{
"browserslist": ["extends browserslist-config-google"]
}
Alternative configuration
If you need:
browserslist-config-google/gdocsbrowserslist-config-google/modernbrowserslist-config-google/no-iebrowserslist-config-google/popular
... continue using v2.0.0
