Skip to content

Commit 5196a37

Browse files
puikinshclaude
andcommitted
chore: update bundlewatch limit for adminlte.js
Increase JS bundle size limit from 8.5KB to 9KB to accommodate new sidebar state persistence feature added in rc6. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 8a9add9 commit 5196a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"path": "./dist/js/adminlte.js",
21-
"maxSize": "8.5 kB"
21+
"maxSize": "9 kB"
2222
},
2323
{
2424
"path": "./dist/js/adminlte.min.js",

0 commit comments

Comments
 (0)