mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix: fix typo
This commit is contained in:
parent
141ea823b8
commit
57f66726d0
@ -267,7 +267,7 @@ export default class WebpackBaseConfig {
|
||||
'stats'
|
||||
],
|
||||
basic: !this.options.build.quiet && env.minimalCLI,
|
||||
fancy: !this.options.build.quiet && env.minimalCLI,
|
||||
fancy: !this.options.build.quiet && !env.minimalCLI,
|
||||
profile: !this.options.build.quiet && this.options.build.profile,
|
||||
stats: !this.options.build.quiet && !this.options.dev && this.options.build.stats,
|
||||
reporter: {
|
||||
|
Loading…
Reference in New Issue
Block a user