fix(build) increase external_api bundle size
We are off my 1KB oh well.
This commit is contained in:
parent
cd68c72338
commit
f6e2bd1249
|
@ -278,7 +278,7 @@ module.exports = [
|
|||
library: 'JitsiMeetExternalAPI',
|
||||
libraryTarget: 'umd'
|
||||
}),
|
||||
performance: getPerformanceHints(30 * 1024)
|
||||
performance: getPerformanceHints(35 * 1024)
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue