Skip to content

Commit

Permalink
chore: increase size-limits
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Sep 16, 2023
1 parent 787333e commit 1018326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zod-request/.size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ module.exports = [
path: ["dist/esm/index.js"],
import: "*",
webpack: false,
limit: "1000B",
limit: "1200B",
},
{
name: "ESM (import everything with deps)",
path: ["dist/esm/index.js"],
import: "*",
webpack: true,
limit: "13.5KB",
limit: "20KB",
},
];

0 comments on commit 1018326

Please sign in to comment.