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.
wechat jssdk
<script type="module">
import wxJsSdk from 'https://cdn.skypack.dev/wx-js-sdk';
</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.