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
|
noInfo: true
|
||||||
},
|
},
|
||||||
|
|
||||||
reporters: ['kjhtml'],
|
reporters: ['progress', 'kjhtml'],
|
||||||
port: 9876,
|
port: 9876,
|
||||||
colors: true,
|
colors: true,
|
||||||
logLevel: config.LOG_INFO,
|
logLevel: config.LOG_INFO,
|
||||||
|
|
Loading…
Reference in New Issue