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.
1 parent c89c42e commit 0430b57Copy full SHA for 0430b57
src/features/clean.ts
@@ -24,6 +24,7 @@ export async function cleanOutDir(configs: ResolvedConfig[]): Promise<void> {
24
cwd: config.cwd,
25
absolute: true,
26
onlyFiles: false,
27
+ dot: true,
28
})
29
30
const normalizedOutDir = config.outDir.replace(RE_LAST_SLASH, '')
0 commit comments