@klnjs/browserslist-config
v4.0.6
Published
Provides multiple shareable [Browserslist] configurations that can easily be reused across projects.
Downloads
57
Maintainers
Readme
@klnjs/browserslist-config
Provides multiple shareable Browserslist configurations that can easily be reused across projects.
These configurations are tailored for the most common project setups using modern JavaScript, ensuring compatibility and optimizing build processes accordingly.
Installation
You can install the @klnjs/browserslist-config
package using your preferred package manager
npm install @klnjs/browserslist-config --save-dev
How to Use
You can use it by creating a config file .browserslistrc
, in the root of your project and extending this configuration:
extends @klnjs/browserslist-config/core
You can use it by referencing it in your package.json
file:
{
"browserslist": ["extends @klnjs/browserslist-config/last-2-versions"]
}