mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: use webpackbar basic reporter for less verbose output
This commit is contained in:
parent
47c738cd9d
commit
17160c31ed
@ -79,16 +79,8 @@ function basePlugins (ctx: WebpackConfigContext) {
|
||||
config.plugins.push(new WebpackBar({
|
||||
name: ctx.name,
|
||||
color: colors[ctx.name],
|
||||
reporters: [
|
||||
'basic',
|
||||
'fancy',
|
||||
'profile',
|
||||
'stats'
|
||||
],
|
||||
basic: !options.build.quiet && stdEnv.minimalCLI,
|
||||
fancy: !options.build.quiet && !stdEnv.minimalCLI,
|
||||
profile: !options.build.quiet && options.build.profile,
|
||||
stats: !options.build.quiet && !options.dev && options.build.stats,
|
||||
reporters: ['basic'],
|
||||
basic: true,
|
||||
reporter: {
|
||||
change: (_, { shortPath }) => {
|
||||
if (!ctx.isServer) {
|
||||
|
Loading…
Reference in New Issue
Block a user