cc @arturi Temporary "hotfix" kinda, can be removed when we ship polyfills in the CDN bundle. I just need this rn to test progress reporting in IE 11 is all :D
@@ -29,6 +29,7 @@
<script>
window.PAGE_TYPE = "<%- page.type %>"
</script>
+ <script src="/js/polyfills.js"></script>
<%- css('css/main') %>
</head>
<body class="<%= isIndex ? 'page-index' : 'page-inner' %>">