Skip to content

Commit

Permalink
Update bundlesize
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 8, 2022
1 parent ba70c6c commit f4e0ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bundlesize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { join } from "path";
import { gzipSync } from "zlib";
import bytes from "bytes";

const gzipBundleByteLengthLimit = bytes("32.72KB");
const gzipBundleByteLengthLimit = bytes("32.79KB");
const minFile = join("dist", "apollo-client.min.cjs");
const minPath = join(__dirname, "..", minFile);
const gzipByteLen = gzipSync(readFileSync(minPath)).byteLength;
Expand Down

0 comments on commit f4e0ece

Please sign in to comment.