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.
expandDirectories
1 parent 3eb4957 commit fb2d1adCopy full SHA for fb2d1ad
src/features/clean.ts
@@ -19,7 +19,6 @@ export async function cleanOutDir(configs: ResolvedOptions[]): Promise<void> {
19
cwd: config.cwd,
20
absolute: true,
21
onlyFiles: false,
22
- expandDirectories: false,
23
})
24
25
const normalizedOutDir = config.outDir.replace(RE_LAST_SLASH, '')
0 commit comments