@studyportals/browserslist-config
v2.0.0
Published
Browserlist configuration files according to Studyportals' DoD
Maintainers
Keywords
Readme
Browserslist Config
This repository contains browserslist configuration files according Studyportals Definition of Done. This configuration can be used to transpile code for target browsers using babel-preset-env.
How to use
Install the package in your project by running the following command:
npm install @studyportals/browserslist-config -SWhen the package is installed you can add a little snippet to your package.json file extending the browserslist you want to use.
"browserslist": [
"extends @studyportals/browserslist-config/student"
]Available configurations
| Target | Coverage | |---|---| | Students | Coverage list | | Clients | Coverage list | | Internal | Coverage list |
