From 0306167e6ed6159748a16d65b7b8337a45ba86b6 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sat, 18 Jun 2016 19:47:20 -0700 Subject: [PATCH] Cleanup wepback devserver output --- devServer.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devServer.js b/devServer.js index fc5a0098..c05cc11a 100644 --- a/devServer.js +++ b/devServer.js @@ -11,6 +11,15 @@ new WebpackDevServer(webpack(config), { // For some reason connect-history-api-fallback does not allow '.' in the URL for history fallback... { from: /\/outfit\//, to: '/index.html' } ] + }, + stats: { + assets: true, + colors: true, + version: false, + hash: false, + timings: true, + chunks: false, + chunkModules: false } }).listen(3300, "0.0.0.0", function (err, result) { if (err) {