Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjblomqvist/d0d2e8c07b429f18c3dbfe82e19fdda8 to your computer and use it in GitHub Desktop.
Save cjblomqvist/d0d2e8c07b429f18c3dbfe82e19fdda8 to your computer and use it in GitHub Desktop.
{{#each scripts.polyfills}}<script src="{{.}}"></script>{{/each}}
<script type="text/javascript" src="cordova.js"></script>
<script>
System.import('system-config.js').then(function () {
System.import('main');
}).catch(console.error.bind(console));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment