@bridge5/preset-env

A preset that allows you to use the latest JavaScript without needing to micromanage which syntax transforms are needed by your target environment(s).

Usage no npm install needed!

<script type="module">
  import bridge5PresetEnv from 'https://cdn.skypack.dev/@bridge5/preset-env';
</script>

README

@bridge5/preset-env

All Contributors

A preset that allows you to use the latest JavaScript without needing to micromanage which syntax transforms are needed by your target environment(s). Babel preset based on @babel/preset-env

Install

yarn add -D @bridge5/preset-env

Usage

  "babel": {
    "presets": [
      "module:@bridge5/preset-env"
    ],
    "comments": false,
    "minified": true
  }

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Hi.Billgo
Hi.Billgo

📖

This project follows the all-contributors specification. Contributions of any kind welcome!