Skip to content

Commit 3a3d8e7

Browse files
committed
chore: raise size-limit to 13 KB for template module
1 parent 3adb35f commit 3a3d8e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"size-limit": [
3535
{
3636
"path": "dist/utils.cjs.production.min.js",
37-
"limit": "10 KB"
37+
"limit": "13 KB"
3838
},
3939
{
4040
"path": "dist/utils.esm.js",
41-
"limit": "10 KB"
41+
"limit": "13 KB"
4242
}
4343
],
4444
"devDependencies": {

0 commit comments

Comments
 (0)