docs(aio): add a progress reporter for the webpack guide
This commit is contained in:
parent
f5335d17ec
commit
efa2928547
|
@ -25,7 +25,7 @@ module.exports = function (config) {
|
|||
noInfo: true
|
||||
},
|
||||
|
||||
reporters: ['kjhtml'],
|
||||
reporters: ['progress', 'kjhtml'],
|
||||
port: 9876,
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
|
|
Loading…
Reference in New Issue