Skip to content

Commit 1867b71

Browse files
committed
Update bundlesize
1 parent 1699d0d commit 1867b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/bundlesize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { join } from "path";
33
import { gzipSync } from "zlib";
44
import bytes from "bytes";
55

6-
const gzipBundleByteLengthLimit = bytes("32.79KB");
6+
const gzipBundleByteLengthLimit = bytes("32.95KB");
77
const minFile = join("dist", "apollo-client.min.cjs");
88
const minPath = join(__dirname, "..", minFile);
99
const gzipByteLen = gzipSync(readFileSync(minPath)).byteLength;

0 commit comments

Comments
 (0)