@bundled-es-modules/babel-standalone

6.26.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @bundled-es-modules/babel-standalone

Weekly Downloads

2

Version

6.26.0

License

none

Unpacked Size

1.86 MB

Total Files

8

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema