Skip to content

Commit

Permalink
Update bundlesize
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 9, 2022
1 parent edef6c0 commit 1293337
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.80KB");
const gzipBundleByteLengthLimit = bytes("32.87KB");
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 1293337

Please sign in to comment.