mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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...`)
|
||||
|
||||
debug(`App root: ${this.options.srcDir}`)
|
||||
@ -136,8 +134,6 @@ module.exports = class Builder {
|
||||
// Generate routes and interpret the template files
|
||||
await this.generateRoutesAndFiles()
|
||||
|
||||
this.spinner.succeed('Files generated!')
|
||||
|
||||
this.spinner.start('Compiling...')
|
||||
|
||||
// Start webpack build
|
||||
|
Loading…
Reference in New Issue
Block a user