Skip to content

Commit b7616d2

Browse files
committed
Raise CSS gzip budget to 36 KiB to accommodate react-markdown
1 parent 56e881b commit b7616d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/orchestrator-web-server/web-ui/scripts/check-performance-budgets.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { basename, relative, resolve } from "node:path";
55
import { gzipSync } from "node:zlib";
66

77
const JS_GZIP_BUDGET_BYTES = 110 * 1024;
8-
const CSS_GZIP_BUDGET_BYTES = 24 * 1024;
8+
const CSS_GZIP_BUDGET_BYTES = 36 * 1024;
99

1010
const embeddedDirPath = resolve(import.meta.dirname, "..", "..", "embedded");
1111
const embeddedIndexPath = resolve(embeddedDirPath, "index.html");

0 commit comments

Comments
 (0)