Skip to content

Instantly share code, notes, and snippets.

@hasangenc0
Created June 14, 2021 12:12
Show Gist options
  • Save hasangenc0/afa11c7a5e990c915d6a1eceacc27f31 to your computer and use it in GitHub Desktop.
Save hasangenc0/afa11c7a5e990c915d6a1eceacc27f31 to your computer and use it in GitHub Desktop.
<link rel="modulepreload" href="${vendorJsUrl}">
<script type="module" src="${mainJsUrl}"></script>
<script nomodule type="application/javascript" src="${legacyPollyFillJsUrl}"></script>
<script nomodule>System.import(legacyJsUrl)</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment