瀏覽代碼

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

Loading…
取消
儲存