Skip to content

Commit

Permalink
Temporarily increase size limit for cjs build
Browse files Browse the repository at this point in the history
* Gives us some headroom for next release, EJS (default) stays below 5kb
* Can be added again after #217 is resolved
  • Loading branch information
timolins committed Aug 27, 2022
1 parent 28194c5 commit 07217fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"size-limit": [
{
"path": "dist/index.js",
"limit": "5 KB"
"limit": "5.5 KB"
},
{
"path": "dist/index.mjs",
Expand Down

1 comment on commit 07217fe

@vercel
Copy link

@vercel vercel bot commented on 07217fe Aug 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.