Skip to content

Commit 9c4821d

Browse files
committed
fix: update size-limit to use module.exports
1 parent 88f7772 commit 9c4821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const limits = globbySync("dist/hooks/use*.js").map((file) => {
1717
};
1818
}) satisfies SizeLimitConfig;
1919

20-
export default limits;
20+
module.exports = limits;

0 commit comments

Comments
 (0)