Skip to content

Commit dc840fa

Browse files
committed
Increase bundle size
1 parent cbfa4fd commit dc840fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/check-bundle-size.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const BUDGET_BYTES: Record<string, number> = {
99
// guarded flash editor, verification exporter, upstream Finalmouse driver,
1010
// the dedicated Viper Mini protocol driver, and Viper V3 sleep/low-power plus
1111
// asymmetric lift-off protocol and controls. Preview fixtures remain dev-only.
12-
".js": 325_000,
12+
".js": 340_000,
1313
};
1414

1515
const ASSETS = join("dist", "assets");

0 commit comments

Comments
 (0)