Custom browserslist configuration for DNB services and web applications.
Install:
pnpm add -D @dnb/browserslist-config
yarn add -D @dnb/browserslist-config
npm install -D @dnb/browserslist-config
In your package.json
file:
{
"browserslist": ["extends @dnb/browserslist-config"]
}