@bundled-es-modules/babel-standalone

mirror of babel-standalone, bundled and exposed as ES module

Usage no npm install needed!

<script type="module">
  import bundledEsModulesBabelStandalone from 'https://cdn.skypack.dev/@bundled-es-modules/babel-standalone';
</script>

README

babel-standalone

This is a mirror of babel-standalone, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/babel-standalone
bower install bundled-es-modules/babel-standalone

Use

<script type="module">
  // from main file
  import { Babel } from 'babel-standalone';
  // or directly
  import Babel from 'babel-standalone/Babel.js';
  console.log(Babel);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.