Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 9742426

Browse files
committed
Importe devServer output.
1 parent 76264c5 commit 9742426

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/devserver.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ var server = new DevServer(compiler, {
77
contentBase: './example/',
88
clientLogLevel: 'warning',
99
hot: true,
10+
stats: {
11+
chunks: false,
12+
colors: true
13+
}
1014
})
1115

1216
server.listen(8080)

0 commit comments

Comments
 (0)