Skip to content

Commit 804d8c8

Browse files
committed
build: temporarily increase payload size limit for cli-hello-world until we update cli to v6
1 parent ea1dd3a commit 804d8c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

integration/_payload-limits.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
"master": {
44
"uncompressed": {
55
"inline": 1447,
6-
"main": 155112,
6+
"main": "TODO(i): temporarily increase the payload size limit to 352346 from 155112, we need CLI v6 to bring the size down",
7+
"main": 251064,
78
"polyfills": 59179
89
}
910
}
1011
},
1112
"hello_world__closure": {
1213
"master": {
1314
"uncompressed": {
14-
"bundle": 105779
15+
"bundle": "TODO(i): temporarily increase the payload size limit to 221852 from 105779 - we need CLI v6 to bring the size down",
16+
"bundle": 221852
1517
}
1618
}
1719
},

0 commit comments

Comments
 (0)