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:
parent
78659ec0b0
commit
185b3dd08e
|
@ -28,7 +28,7 @@
|
|||
"uncompressed": {
|
||||
"runtime-es5": 2932,
|
||||
"runtime-es2015": 2938,
|
||||
"main-es5": 555102,
|
||||
"main-es5": 560811,
|
||||
"main-es2015": 572938,
|
||||
"polyfills-es5": 129161,
|
||||
"polyfills-es2015": 53295
|
||||
|
|
Loading…
Reference in New Issue