6.26.0 • Published 6 years ago

@bundled-es-modules/babel-standalone v6.26.0

Weekly downloads
-
License
-
Repository
-
Last release
6 years ago

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.