Skip to content

Commit

Permalink
Reduce size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed May 16, 2023
1 parent 2532417 commit b811d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"limit": "16500 B",
"limit": "12000 B",
"path": ["cmj/**/*.js", "!cmj/**/__tests__/*.js"]
},
{
"limit": "16500 B",
"limit": "11000 B",
"path": ["esm/**/*.js", "!esm/**/__tests__/*.js"]
}
]

0 comments on commit b811d07

Please sign in to comment.