Skip to content

Commit

Permalink
chore: update size limit config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Oct 3, 2023
1 parent a023017 commit 6f6fcd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
{
"path": "packages/cookie-storage/dist/index.js",
"limit": "990 B"
},
{
"path": "packages/local-storage/dist/index.js",
"limit": "200 B"
},
{
"path": "packages/session-storage/dist/index.js",
"limit": "200 B"
}
]

0 comments on commit 6f6fcd8

Please sign in to comment.