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 6f94b1f commit 3e9d7e3Copy full SHA for 3e9d7e3
packages/cli/src/utils/generate.js
@@ -109,6 +109,7 @@ export async function ensureBuild (cmd) {
109
const changed = compareSnapshots(previousBuild.snapshot, currentBuild.snapshot)
110
if (!changed) {
111
consola.success('Skipping webpack build as no changes detected')
112
+ await nuxt.close()
113
return
114
} else {
115
consola.info(`Doing webpack rebuild because ${changed} modified`)
0 commit comments