Sfoglia il codice sorgente

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
Renée Kooi 6 anni fa
parent
commit
e4d80313e3

+ 1 - 0
website/themes/uppy/layout/layout.ejs

@@ -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 it is too large
+ 0 - 0
website/themes/uppy/source/js/polyfills.js


Some files were not shown because too many files changed in this diff