Skip to content

Commit 1b55da1

Browse files
committed
build: fix integration payload sizes
1 parent 78ea252 commit 1b55da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goldens/size-tracking/integration-payloads.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"master": {
4040
"uncompressed": {
4141
"runtime-es2015": 2289,
42-
"main-es2015": 248455,
42+
"main-es2015": 247942,
4343
"polyfills-es2015": 36657,
4444
"5-es2015": 751
4545
}
@@ -61,8 +61,8 @@
6161
"bundle": "TODO(i): temporarily increase the payload size limit from 105779 - this is due to a closure issue related to ESM reexports that still needs to be investigated",
6262
"bundle": "TODO(i): we should define ngDevMode to false in Closure, but --define only works in the global scope.",
6363
"bundle": "TODO(i): (FW-2164) TS 3.9 new class shape seems to have broken Closure in big ways. The size went from 169991 to 252338",
64-
"bundle": "TODO(i): after removal of tsickle from ngc-wrapped / ng_package, we had to switch to SIMPLE optimizations which increased the size from 252338 to 1200475, see PR#37221 and PR#37317 for more info",
65-
"bundle": 1200475
64+
"bundle": "TODO(i): after removal of tsickle from ngc-wrapped / ng_package, we had to switch to SIMPLE optimizations which increased the size from 252338 to 1197869, see PR#37221 and PR#37317 for more info",
65+
"bundle": 1197869
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)