website: add precompiled es6-promise and whatwg-fetch to fix examples in IE11

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
This commit is contained in:
Renée Kooi 2018-12-03 13:55:16 +01:00
parent 8f99463469
commit e4d80313e3
No known key found for this signature in database
GPG key ID: 8CDD5F0BC448F040
2 changed files with 2 additions and 0 deletions

View file

@ -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' %>">

File diff suppressed because one or more lines are too long