瀏覽代碼

fix(build) increase external_api bundle size

We are off my 1KB oh well.
j8
Saúl Ibarra Corretgé 4 年之前
父節點
當前提交
f6e2bd1249
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      webpack.config.js

+ 1
- 1
webpack.config.js 查看文件

278
             library: 'JitsiMeetExternalAPI',
278
             library: 'JitsiMeetExternalAPI',
279
             libraryTarget: 'umd'
279
             libraryTarget: 'umd'
280
         }),
280
         }),
281
-        performance: getPerformanceHints(30 * 1024)
281
+        performance: getPerformanceHints(35 * 1024)
282
     })
282
     })
283
 ];
283
 ];
284
 
284
 

Loading…
取消
儲存