瀏覽代碼

fix(web) fix properly applying polyfill

factor2
Saúl Ibarra Corretgé 8 月之前
父節點
當前提交
a603a8df06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      app.js

+ 1
- 1
app.js 查看文件

@@ -2,7 +2,7 @@
2 2
 
3 3
 // Polyfill Promise.withReolvers.
4 4
 // FIXME(saghul) webpack + core-js v3 should polyfill this.
5
-import 'promise.withresolvers';
5
+import 'promise.withresolvers/auto';
6 6
 
7 7
 // Re-export jQuery
8 8
 // FIXME: Remove this requirement from torture tests.

Loading…
取消
儲存