build: decrease payload size limit (#33587)

Several commits merged into master recently resulted in minor payload size improvement. This commit updates the payload size limit to make corresponding CI checks pass.

PR Close #33587
This commit is contained in:
Andrew Kushnir 2019-11-04 15:47:32 -08:00 committed by atscott
parent 9c13d6e8e6
commit 4abf15c50c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 1485,
"main-es2015": 15039,
"main-es2015": 14786,
"polyfills-es2015": 36808
}
}