Skip to content

Commit 585278a

Browse files
committed
chore: log manifest hash change before clearing build dir
1 parent 3bda15c commit 585278a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/nuxt-cli/src/dev/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ export class NuxtDevServer extends EventEmitter<DevServerEventMap> {
569569
&& newManifest
570570
&& previousManifest._hash !== newManifest._hash
571571
) {
572+
debug(`Clearing ${this.#currentNuxt.options.buildDir} (manifest hash ${previousManifest._hash} -> ${newManifest._hash}).`)
572573
await clearBuildDir(this.#currentNuxt.options.buildDir)
573574
}
574575
}

0 commit comments

Comments
 (0)