Skip to content

Commit f2f348f

Browse files
committed
Exclude dependencies when running size-limit
1 parent e4b8ce2 commit f2f348f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const getSizeLimitConfig = async (): Promise<SizeLimitConfig> => {
116116
}),
117117
)
118118

119-
return sizeLimitConfig.concat(sizeLimitConfigWithoutDependencies)
119+
return sizeLimitConfigWithoutDependencies
120120
}
121121

122122
return sizeLimitConfig

0 commit comments

Comments
 (0)