We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f7772 commit 9c4821dCopy full SHA for 9c4821d
.size-limit.ts
@@ -17,4 +17,4 @@ const limits = globbySync("dist/hooks/use*.js").map((file) => {
17
};
18
}) satisfies SizeLimitConfig;
19
20
-export default limits;
+module.exports = limits;
0 commit comments