We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1699d0d commit 1867b71Copy full SHA for 1867b71
config/bundlesize.ts
@@ -3,7 +3,7 @@ import { join } from "path";
3
import { gzipSync } from "zlib";
4
import bytes from "bytes";
5
6
-const gzipBundleByteLengthLimit = bytes("32.79KB");
+const gzipBundleByteLengthLimit = bytes("32.95KB");
7
const minFile = join("dist", "apollo-client.min.cjs");
8
const minPath = join(__dirname, "..", minFile);
9
const gzipByteLen = gzipSync(readFileSync(minPath)).byteLength;
0 commit comments