mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
test: update size golden for main bundle reduction (#47717)
The `main` bundle size has been reduced with the Angular CLI update. This is not worth investigating as it's a positive side reduction likely due to further optimizations in the Angular CLI devkit. Also updates the other golden payload entries to capture all other CLI related payload changes- making future payload update easier to investigate. PR Close #47717
This commit is contained in:
parent
0fb124ad83
commit
4bddd90363
1 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"aio": {
|
||||
"uncompressed": {
|
||||
"runtime": 4325,
|
||||
"main": 455373,
|
||||
"main": 455143,
|
||||
"polyfills": 33922,
|
||||
"styles": 73964,
|
||||
"light-theme": 78157,
|
||||
|
|
@ -12,11 +12,11 @@
|
|||
"aio-local": {
|
||||
"uncompressed": {
|
||||
"runtime": 4325,
|
||||
"main": 455738,
|
||||
"polyfills": 33922,
|
||||
"styles": 73640,
|
||||
"light-theme": 78045,
|
||||
"dark-theme": 78177
|
||||
"main": 455228,
|
||||
"polyfills": 33952,
|
||||
"styles": 73964,
|
||||
"light-theme": 78157,
|
||||
"dark-theme": 78289
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue