Browserslist
Browserslist is an open-source project and tool that defines which web browsers should be targeted when building front-end applications. It provides a simple query language and a shared data set that let different development tools make consistent decisions about transpilation, polyfills, and vendor prefixes.
The core idea is to specify browser coverage in one place so tools such as Autoprefixer, Babel
Configuration can be done in several ways. The most common is a browserslist field in package.json, a
Usage and behavior: Tools that read Browserslist resolve the actual list of targeted browsers for the current
Scope and reception: Browserslist has become a de facto standard in the front-end ecosystem, widely adopted