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 55a93f2 commit 8ad1b25Copy full SHA for 8ad1b25
packages/toolkit/.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