Skip to content

Instantly share code, notes, and snippets.

@FbN
Created July 9, 2019 14:37
Show Gist options
  • Save FbN/9538f6979d2126f91998a775da2e4cac to your computer and use it in GitHub Desktop.
Save FbN/9538f6979d2126f91998a775da2e4cac to your computer and use it in GitHub Desktop.
HTML Import Map Sample
<script type="importmap">
{
"imports": {
"react": "/web_modules/@es/react.js",
"react-dom": "/web_modules/@es/react-dom.js"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment