Skip to content

Commit

Permalink
🔧 increase allowed size-limit to 20kb
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjrs committed Dec 28, 2023
1 parent 3dfc7d0 commit 37e8507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"size-limit": [
{
"path": "dist/promo-dashboard.cjs.production.min.js",
"limit": "10 KB"
"limit": "20 KB"
},
{
"path": "dist/promo-dashboard.esm.js",
"limit": "10 KB"
"limit": "20 KB"
}
],
"devDependencies": {
Expand Down

0 comments on commit 37e8507

Please sign in to comment.