fix: wxt clean removes .wxt/ directory at project root (#2415)

This commit is contained in:
LUIDevo
2026-06-24 10:09:13 -04:00
committed by GitHub
parent 6b2c27cf45
commit d60fd2516f
+1 -1
View File
@@ -39,7 +39,7 @@ export async function clean(config?: string | InlineConfig) {
const tempDirs = [
'node_modules/.vite',
'node_modules/.cache',
'**/.wxt',
'{,**/}.wxt',
`${path.relative(root, wxt.config.outBaseDir)}/*`,
];
wxt.logger.debug(