Skip to content

Commit

Permalink
ci: update payload size limit for integration tests (#38746)
Browse files Browse the repository at this point in the history
This commit updates (reduces) the payload size limit for a couple test apps. This is a result of
adding the `ngDevMode` to tree-shake more dev-mode-only error messages from the core package within
1150649.

PR Close #38746
  • Loading branch information
AndrewKushnir authored and atscott committed Sep 8, 2020
1 parent 7e0b3fd commit bfb7eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goldens/size-tracking/integration-payloads.json
Expand Up @@ -39,7 +39,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 2289,
"main-es2015": 245885,
"main-es2015": 245303,
"polyfills-es2015": 36938,
"5-es2015": 751
}
Expand All @@ -49,7 +49,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 2289,
"main-es2015": 222476,
"main-es2015": 221887,
"polyfills-es2015": 36723,
"5-es2015": 781
}
Expand Down

0 comments on commit bfb7eec

Please sign in to comment.