Skip to content

Commit 59e6799

Browse files
committed
fix(bundlewatch): Correct maxSize for vendors*.js to 143KB
Signed-off-by: Kenton Duprey <[email protected]>
1 parent b81c67c commit 59e6799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files": [
33
{ "path": "./dist/ui.browser.js", "maxSize": "19.5KB" },
44
{ "path": "./dist/framework*.js", "maxSize": "44KB" },
5-
{ "path": "./dist/vendors*.js", "maxSize": "43KB" },
5+
{ "path": "./dist/vendors*.js", "maxSize": "143KB" },
66
{ "path": "./dist/ui-common*.js", "maxSize": "122KB" },
77
{ "path": "./dist/signin*.js", "maxSize": "16KB" },
88
{ "path": "./dist/signup*.js", "maxSize": "12KB" },

0 commit comments

Comments
 (0)