Skip to content

Commit 43dd6a0

Browse files
committed
Remove unnecessary __dirname declaration
1 parent 968191b commit 43dd6a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.size-limit.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
import { fileURLToPath } from 'node:url'
21
import type { Check, SizeLimitConfig } from 'size-limit'
32
import type { Configuration } from 'webpack'
43

5-
const __dirname = fileURLToPath(new URL('.', import.meta.url))
6-
74
/**
85
* An array of all possible Node environments.
96
*/

0 commit comments

Comments
 (0)