Skip to content

Commit 0bb96e6

Browse files
committed
bump
1 parent 7a72807 commit 0bb96e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/check_bundle_size.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const totalCompressedSizeKB = (totalCompressedSize / 1024).toFixed(2)
3030
files.push({}, { path: 'Total', sizeKB: totalSizeKB, compressedSizeKB: totalCompressedSizeKB })
3131
console.table(files, ['path', 'sizeKB', 'compressedSizeKB'])
3232

33-
const upperBoundKB = 262
33+
const upperBoundKB = 263
3434
const lowerBoundKB = upperBoundKB - 10
3535
if (totalCompressedSize < lowerBoundKB * 1024) {
3636
console.warn(`Bundle size lower than expected, let's lower the limit! (${totalCompressedSizeKB}KB < ${lowerBoundKB}KB)`)

0 commit comments

Comments
 (0)