From efa2928547581bcfff2a6bb8b066d1c19f66886a Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Wed, 10 May 2017 12:34:15 +0200 Subject: [PATCH] docs(aio): add a progress reporter for the webpack guide --- aio/content/examples/webpack/config/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/examples/webpack/config/karma.conf.js b/aio/content/examples/webpack/config/karma.conf.js index 7bbb4617db..96387be7ff 100644 --- a/aio/content/examples/webpack/config/karma.conf.js +++ b/aio/content/examples/webpack/config/karma.conf.js @@ -25,7 +25,7 @@ module.exports = function (config) { noInfo: true }, - reporters: ['kjhtml'], + reporters: ['progress', 'kjhtml'], port: 9876, colors: true, logLevel: config.LOG_INFO,