Skip to content

Commit

Permalink
feat: add colors to HMR stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Tasci committed Sep 9, 2017
1 parent cc5eb80 commit 873de21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .server/spa-server.hmr.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ const compiler = webpack(webpackConfig);

server.use(webpackDevMiddleware(compiler, {
noInfo: true,
publicPath: webpackConfig.output.publicPath
publicPath: webpackConfig.output.publicPath,
stats: {
colors: true
}
}));
server.use(webpackHotMiddleware(compiler, {
log: console.log
Expand Down

0 comments on commit 873de21

Please sign in to comment.