Created
June 14, 2021 12:12
-
-
Save hasangenc0/afa11c7a5e990c915d6a1eceacc27f31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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