Skip to content

Instantly share code, notes, and snippets.

@ghostCoder
Last active May 3, 2018 00:03
Show Gist options
  • Save ghostCoder/8d10c0dde2eb1198f4f69703dc23018a to your computer and use it in GitHub Desktop.
Save ghostCoder/8d10c0dde2eb1198f4f69703dc23018a to your computer and use it in GitHub Desktop.
<script type="module" src="./main.js"></script>
<script type="module">
import {log} from './main.js';
log('Inline module!');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment