hactar-babel

Babel helpers for Hactar. Automatically detects ES6 usage and feature usage and configures and adds plugins.

Usage no npm install needed!

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

README

hactar-babel

A babel plugin for Hactar. It can currently do the following;

  • Detect ES6 and add Babel support
  • Detect usage of stage-0 features and add support for them
  • Detect JSX and add + configure babel-react