浏览代码

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 年之前
父节点
当前提交
e4d80313e3
共有 2 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      website/themes/uppy/layout/layout.ejs
  2. 0 0
      website/themes/uppy/source/js/polyfills.js

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

文件差异内容过多而无法显示
+ 0 - 0
website/themes/uppy/source/js/polyfills.js


部分文件因为文件数量过多而无法显示