Skip to content

Instantly share code, notes, and snippets.

@VandeurenGlenn
Created September 6, 2017 18:55
Show Gist options
  • Select an option

  • Save VandeurenGlenn/b08bcd3d5c25dee8afa1ec3f3cdc4b21 to your computer and use it in GitHub Desktop.

Select an option

Save VandeurenGlenn/b08bcd3d5c25dee8afa1ec3f3cdc4b21 to your computer and use it in GitHub Desktop.
es-import support
<html>
<head>
<script type="module">
window.imports = true;
import './app-shell-es.js';
</script>
<script src="app-shell.js" nomodule></script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment