babel-preset-metalab

Optimal reconfigured babel settings. Includes optional compatibility presets for targeting potato browsers.

Usage no npm install needed!

<script type="module">
  import babelPresetMetalab from 'https://cdn.skypack.dev/babel-preset-metalab';
</script>

README

babel-preset-metalab

Optimal reconfigured babel settings. Includes optional compatibility presets for targeting potato browsers.

build status license version downloads

$ npm install @metalab/babel-preset-metalab

Example usage in .babelrc:

{
  "presets": [
    "metalab",
    "metalab/compatibility"
  ],
  "env": {
    "development": {
      "sourceMaps": true
    }
  }
}