Skip to content

Commit

Permalink
fix: update size-limit to use module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Dec 4, 2024
1 parent 88f7772 commit 9c4821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const limits = globbySync("dist/hooks/use*.js").map((file) => {
};
}) satisfies SizeLimitConfig;

export default limits;
module.exports = limits;

0 comments on commit 9c4821d

Please sign in to comment.