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 d2d8a40 commit 27023d0Copy full SHA for 27023d0
.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