There was an error while loading. Please reload this page.
1 parent 3bda15c commit 585278aCopy full SHA for 585278a
1 file changed
packages/nuxt-cli/src/dev/utils.ts
@@ -569,6 +569,7 @@ export class NuxtDevServer extends EventEmitter<DevServerEventMap> {
569
&& newManifest
570
&& previousManifest._hash !== newManifest._hash
571
) {
572
+ debug(`Clearing ${this.#currentNuxt.options.buildDir} (manifest hash ${previousManifest._hash} -> ${newManifest._hash}).`)
573
await clearBuildDir(this.#currentNuxt.options.buildDir)
574
}
575
0 commit comments