windyGex / systemjs-transform-babel

SystemJS 2.0 Babel transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SystemJS 2.0 Babel transform

License:MIT License


Languages

Language:JavaScript 85.6%Language:HTML 14.4%