ci: temporarily increase payload size limit for cli-hello-world until we update cli to v6 (#22573)
PR Close #22573
This commit is contained in:
parent
e5fcf650f8
commit
5caad5fe93
|
@ -3,7 +3,8 @@
|
||||||
"master": {
|
"master": {
|
||||||
"uncompressed": {
|
"uncompressed": {
|
||||||
"inline": 1508,
|
"inline": 1508,
|
||||||
"main": 156641,
|
"main": "TODO(i): temporarily increase the payload size limit to 352346 from 155112, we need CLI v6 to bring the size down",
|
||||||
|
"main": 251064,
|
||||||
"polyfills": 59483
|
"polyfills": 59483
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +12,8 @@
|
||||||
"hello_world__closure": {
|
"hello_world__closure": {
|
||||||
"master": {
|
"master": {
|
||||||
"uncompressed": {
|
"uncompressed": {
|
||||||
"bundle": 106550
|
"bundle": "TODO(i): temporarily increase the payload size limit to 221852 from 105779 - we need CLI v6 to bring the size down",
|
||||||
|
"bundle": 221852
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue