browserslist-config-seek

2.1.1 • Public • Published

npm

browserslist-config-seek

Shareable Browserslist config for SEEK.

$ yarn add --dev browserslist-config-seek

Usage

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.

Readme

Keywords

none

Package Sidebar

Install

npm i browserslist-config-seek

Weekly Downloads

2,335

Version

2.1.1

License

MIT

Unpacked Size

3.28 kB

Total Files

4

Last publish

Collaborators

  • markdalgleish
  • mjt01
  • mattsjones
  • seek-oss-ci