@veupathdb/browserslist-config

This package includes the browserslist config used by VEuPathDB websites.

Usage no npm install needed!

<script type="module">
  import veupathdbBrowserslistConfig from 'https://cdn.skypack.dev/@veupathdb/browserslist-config';
</script>

README

@veupathdb/browserslist-config

This package includes the browserslist config used by VEuPathDB websites.

Usage

First, install the package with npm:

npm install --save-dev @veupathdb/browserslist-config

or, if you are using yarn:

yarn add -D @veupathdb/browserslist-config

Then, add the following to package.json

    "browserslist": [
      "extends @veupathdb/browserslist-config"
    ]

or in .browserslistrc

extends @veupathdb/browserslist-config