diff --git a/nico.js b/nico.js index 7b917b7295..9d8510c4dc 100644 --- a/nico.js +++ b/nico.js @@ -37,7 +37,13 @@ exports.middlewares = [{ handler = handler || webpackMiddleware(webpackCompiler, { publicPath: '/dist/', lazy: false, - watchDelay: 200 + watchDelay: 200, + stats: { + hash: false, + cached: false, + cachedAssets: false, + colors: true + } }); return handler(req, res, next); }