We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IIFE
1 parent df6fdb7 commit f3ac964Copy full SHA for f3ac964
.size-limit.mts
@@ -170,7 +170,6 @@ const getSizeLimitConfig = async (): Promise<SizeLimitConfig> => {
170
return sizeLimitConfig
171
}
172
173
-const sizeLimitConfig: Promise<SizeLimitConfig> = (async () =>
174
- await getSizeLimitConfig())()
+const sizeLimitConfig: Promise<SizeLimitConfig> = getSizeLimitConfig()
175
176
export default sizeLimitConfig
0 commit comments