build(docs-infra): update main bundle size (#31839)

PR #31839 contains perf and code cleanup changes that add 48 bytes to the
main bundle size. Perf gains and code clarity justify this increase.

Unfortunately the size verification job is rejecting this PR as it reports
size gains from a fixed size and not relative increase of size from a particular PR.

It was decided during the internal team discussion to bump up size limits to
correctly reflect current state of the master and increase from this PR.

PR Close #31839
This commit is contained in:
Pawel Kozlowski 2019-07-30 16:09:38 +02:00 committed by Andrew Kushnir
parent 78659ec0b0
commit 185b3dd08e
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@
"uncompressed": {
"runtime-es5": 2932,
"runtime-es2015": 2938,
"main-es5": 555102,
"main-es5": 560811,
"main-es2015": 572938,
"polyfills-es5": 129161,
"polyfills-es2015": 53295
}
}
}
}
}