@air/browserslist-config

The official list of supported browsers for the Air web app.

Usage no npm install needed!

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

README

@air/browserslist-config

The official list of supported browsers for the Air web app.

Installation

yarn add -D @air/browserslist-config

Usage

Add the following to your .browserslistrc:

extends @air/browserslist-config

OR to your package.json:

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