browserslist-config-seek
v3.4.1
Published
Shareable Browserslist config for SEEK
Downloads
37,972
Keywords
Readme
browserslist-config-seek
Shareable Browserslist config for SEEK.
$ pnpm add -D browserslist-config-seekUsage
[!IMPORTANT] If your web application uses
sku, there's no need to install this package -skuconfigures it for you.
If you're directly consuming this package in an application, add this to your package.json:
{
"browserslist": [
"extends browserslist-config-seek"
]
}When manually configuring a tool that uses Browserslist, importing this package returns the array of supported browsers.
For example, when configuring @babel/preset-env via JavaScript:
{
presets: [
[
'env',
{
targets: {
browsers: require('browserslist-config-seek'),
},
},
],
];
}License
MIT.
