Browse Source

improve webpack log in dev server

pull/26/head
afc163 10 years ago
parent
commit
3172903bcb
  1. 8
      nico.js

8
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);
}

Loading…
Cancel
Save