Skip to content

Commit 0430b57

Browse files
committed
fix(clean): remove dot files
1 parent c89c42e commit 0430b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/clean.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export async function cleanOutDir(configs: ResolvedConfig[]): Promise<void> {
2424
cwd: config.cwd,
2525
absolute: true,
2626
onlyFiles: false,
27+
dot: true,
2728
})
2829

2930
const normalizedOutDir = config.outDir.replace(RE_LAST_SLASH, '')

0 commit comments

Comments
 (0)