mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-25 10:08:29 +00:00
simplify builder logs
This commit is contained in:
parent
49ba546730
commit
b5cbc6e87c
@ -120,8 +120,6 @@ module.exports = class Builder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.spinner.succeed('Builder ready!')
|
|
||||||
|
|
||||||
this.spinner.start(`Generating nuxt files...`)
|
this.spinner.start(`Generating nuxt files...`)
|
||||||
|
|
||||||
debug(`App root: ${this.options.srcDir}`)
|
debug(`App root: ${this.options.srcDir}`)
|
||||||
@ -136,8 +134,6 @@ module.exports = class Builder {
|
|||||||
// Generate routes and interpret the template files
|
// Generate routes and interpret the template files
|
||||||
await this.generateRoutesAndFiles()
|
await this.generateRoutesAndFiles()
|
||||||
|
|
||||||
this.spinner.succeed('Files generated!')
|
|
||||||
|
|
||||||
this.spinner.start('Compiling...')
|
this.spinner.start('Compiling...')
|
||||||
|
|
||||||
// Start webpack build
|
// Start webpack build
|
||||||
|
Loading…
Reference in New Issue
Block a user