docs(aio): add a progress reporter for the webpack guide

This commit is contained in:
Jesus Rodriguez 2017-05-10 12:34:15 +02:00 committed by Pete Bacon Darwin
parent f5335d17ec
commit efa2928547
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module.exports = function (config) {
noInfo: true
},
reporters: ['kjhtml'],
reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,