This configuration reflects webfactory's default supported browser policy for their client projects.
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)
- last 2 versions of major browsers
- IE11
- 99.5% coverage in DE
yarn add --dev browserslist-config-webfactory
{
"browserslist": ["extends browserslist-config-webfactory/default"]
}
Alternative configurations will be added on demand.