mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
test: update aio size golden to reflect reduction due to lock file maintenance (#46819)
The AIO payload size has been reduced with lock file maintenance which resulted in updates of Angular framework and Angular devkit/CLI. The same reduction is already visible in the `aio-local` job because it was already using the latest FW packages (obviously -- given it being from HEAD). PR Close #46819
This commit is contained in:
parent
4b03b1c25a
commit
d352a87f69
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"aio": {
|
||||
"uncompressed": {
|
||||
"runtime": 4325,
|
||||
"main": 462745,
|
||||
"main": 461922,
|
||||
"polyfills": 33814,
|
||||
"styles": 73640,
|
||||
"light-theme": 78276,
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"aio-local": {
|
||||
"uncompressed": {
|
||||
"runtime": 4325,
|
||||
"main": 461897,
|
||||
"main": 461893,
|
||||
"polyfills": 33922,
|
||||
"styles": 73640,
|
||||
"light-theme": 78276,
|
||||
|
|
|
|||
Loading…
Reference in a new issue