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 1e1f59e commit 34cea4eCopy full SHA for 34cea4e
.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