build: temporarily increase payload size limit for cli-hello-world until we update cli to v6
This commit is contained in:
parent
ea1dd3a2fc
commit
804d8c89d4
@ -3,7 +3,8 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"inline": 1447,
|
||||
"main": 155112,
|
||||
"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": 59179
|
||||
}
|
||||
}
|
||||
@ -11,7 +12,8 @@
|
||||
"hello_world__closure": {
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"bundle": 105779
|
||||
"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…
x
Reference in New Issue
Block a user