Skip to content

Commit fd7d62d

Browse files
committed
better dev server console output
1 parent 55b98cf commit fd7d62d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

template/build/dev-server.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ app.use(require('connect-history-api-fallback')())
1010

1111
// serve webpack bundle output
1212
app.use(require('webpack-dev-middleware')(compiler, {
13-
noInfo: true,
14-
publicPath: config.output.publicPath
13+
publicPath: config.output.publicPath,
14+
stats: {
15+
colors: true,
16+
chunks: false
17+
}
1518
}))
1619

1720
// enable hot-reload and state-preserving

0 commit comments

Comments
 (0)