fix(build) increase external_api bundle size

We are off my 1KB oh well.
This commit is contained in:
Saúl Ibarra Corretgé 2020-10-09 12:08:38 +02:00 committed by Saúl Ibarra Corretgé
parent cd68c72338
commit f6e2bd1249
1 changed files with 1 additions and 1 deletions

View File

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