I am trying to add Intl polyfill to an ember app, but have run into the issue that I need to add a script tag that executes async functions before evaluating other script tags. In ember I can add a new <script> tag to index.html, that is placed before the emberjs tags: Everything works fine when assets/polyfills.js looks like this: