systemjs-transform-babel

0.1.2 • Public • Published

SystemJS Babel Transform

Provides Babel transforms of ES modules in SystemJS 2.0 when used with the "transform" extra.

Currently does not provide support for any other plugins, although PRs are welcome to add this feature.

Usage

<script src="systemjs/dist/system.js"></script>
<script src="systemjs/dist/extras/transform.js"></script>
<script src="dist/babel-transform.js"></script>
<script>
  System.import('./es-module.js');
</script>

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i systemjs-transform-babel

Weekly Downloads

3

Version

0.1.2

License

MIT

Unpacked Size

2.16 MB

Total Files

4

Last publish

Collaborators

  • guybedford