Pārlūkot izejas kodu

fix(build) increase external_api bundle size

We are off my 1KB oh well.
master
Saúl Ibarra Corretgé 5 gadus atpakaļ
vecāks
revīzija
f6e2bd1249
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      webpack.config.js

+ 1
- 1
webpack.config.js Parādīt failu

@@ -278,7 +278,7 @@ module.exports = [
278 278
             library: 'JitsiMeetExternalAPI',
279 279
             libraryTarget: 'umd'
280 280
         }),
281
-        performance: getPerformanceHints(30 * 1024)
281
+        performance: getPerformanceHints(35 * 1024)
282 282
     })
283 283
 ];
284 284
 

Notiek ielāde…
Atcelt
Saglabāt