README
authoring-es6-module-example
An example of how to author modules in ES6 and publish as ES5 through Babel.
This module gets consumed in this sample jspm application.
An example of how to author modules in ES6 and publish as ES5 through Babel.
<script type="module">
import jfFowaTest2 from 'https://cdn.skypack.dev/jf-fowa-test2';
</script>
An example of how to author modules in ES6 and publish as ES5 through Babel.
This module gets consumed in this sample jspm application.