mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
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:
parent
8f99463469
commit
e4d80313e3
2 changed files with 2 additions and 0 deletions
|
|
@ -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' %>">
|
||||
|
|
|
|||
1
website/themes/uppy/source/js/polyfills.js
Normal file
1
website/themes/uppy/source/js/polyfills.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue