mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
fix(webpack): use env.minimalCLI
This commit is contained in:
parent
16c8237f1c
commit
663c00ddd4
@ -266,8 +266,8 @@ export default class WebpackBaseConfig {
|
|||||||
'profile',
|
'profile',
|
||||||
'stats'
|
'stats'
|
||||||
],
|
],
|
||||||
basic: !this.options.build.quiet && env.ci,
|
basic: !this.options.build.quiet && env.minimalCLI,
|
||||||
fancy: !this.options.build.quiet && !env.ci,
|
fancy: !this.options.build.quiet && env.minimalCLI,
|
||||||
profile: !this.options.build.quiet && this.options.build.profile,
|
profile: !this.options.build.quiet && this.options.build.profile,
|
||||||
stats: !this.options.build.quiet && !this.options.dev && this.options.build.stats,
|
stats: !this.options.build.quiet && !this.options.dev && this.options.build.stats,
|
||||||
reporter: {
|
reporter: {
|
||||||
|
Loading…
Reference in New Issue
Block a user