Skip to content

Commit

Permalink
adjust size-limit to where thorin v1 is now
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jan 8, 2025
1 parent bc7860e commit 761fadd
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
@@ -1,15 +1,15 @@
[
{
"path": "./components/dist/index.cjs",
"limit": "50 kB"
"limit": "125 KB"
},
{
"path": "./components/dist/index.js",
"limit": "50 kB"
"limit": "125 KB"
},
{
"path": "./components/dist/style.css",
"limit": "40 kB",
"path": "./components/dist/thorin.css",
"limit": "80 KB",
"webpack": false
}
]

0 comments on commit 761fadd

Please sign in to comment.