Skip to content

Instantly share code, notes, and snippets.

@arturparkhisenko
Created October 20, 2017 18:58
Show Gist options
  • Save arturparkhisenko/0790f9887218ccbd3d2be431a8dd2933 to your computer and use it in GitHub Desktop.
Save arturparkhisenko/0790f9887218ccbd3d2be431a8dd2933 to your computer and use it in GitHub Desktop.
html js script
<!-- https://philipwalton.com/articles/deploying-es2015-code-in-production-today/ -->
<!-- Browsers with ES module support load this file. -->
<script type="module" src="main.js"></script>
<!-- Older browsers load this file (and module-supporting -->
<!-- browsers know *not* to load this file). -->
<script nomodule src="main-legacy.js"></script>
<!-- safari fix https://gist.github.com/samthor/64b114e4a4f539915a95b91ffd340acc -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment