Created
September 6, 2017 18:55
-
-
Save VandeurenGlenn/b08bcd3d5c25dee8afa1ec3f3cdc4b21 to your computer and use it in GitHub Desktop.
es-import support
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
| <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