Skip to content

Commit

Permalink
Update Size Limit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 13, 2023
1 parent 5eac21a commit ccc46a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
{
"name": "Base scripts to execute",
"path": ["dist/*.js", "!dist/model-*.js"],
"gzip": false,
"limit": "30 KB"
"brotli": false,
"limit": "80 KB"
},
{
"name": "Scripts for 3D model",
"path": "dist/model-*.js",
"gzip": false,
"limit": "100 KB"
"brotli": false,
"limit": "500 KB"
}
]

0 comments on commit ccc46a2

Please sign in to comment.