Skip to content

Commit

Permalink
test: update size golden for main bundle reduction (#47717)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
devversion authored and dylhunn committed Oct 17, 2022
1 parent 334a740 commit b955388
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions goldens/size-tracking/aio-payloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"aio": {
"uncompressed": {
"runtime": 4325,
"main": 455373,
"main": 455143,
"polyfills": 33922,
"styles": 73964,
"light-theme": 78157,
Expand All @@ -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
}
}
}

0 comments on commit b955388

Please sign in to comment.