Skip to content

Commit b7e964e

Browse files
committed
chore(ui): raise the mosaic bundle size limits
1 parent 6f86500 commit b7e964e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/bundlewatch.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{ "path": "./dist/statement-page*.js", "maxSize": "5KB" },
3535
{ "path": "./dist/payment-attempt-page*.js", "maxSize": "4KB" },
3636
{ "path": "./dist/web3-solana-wallet-buttons*.js", "maxSize": "85KB" },
37-
{ "path": "./dist-mosaic/styles.css", "maxSize": "8KB" },
38-
{ "path": "./dist-mosaic/index.js", "maxSize": "88KB" }
37+
{ "path": "./dist-mosaic/styles.css", "maxSize": "10KB" },
38+
{ "path": "./dist-mosaic/index.js", "maxSize": "103KB" }
3939
]
4040
}

0 commit comments

Comments
 (0)