Skip to content

Commit f2d456b

Browse files
committed
less logs to display on compile error
1 parent 3c44137 commit f2d456b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

server/hot-reloader.js

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,23 @@ export default class HotReloader {
3232
publicPath: '/',
3333
hot: true,
3434
noInfo: true,
35-
clientLogLevel: 'warning'
35+
clientLogLevel: 'warning',
36+
stats: {
37+
assets: false,
38+
children: false,
39+
chunks: false,
40+
color: false,
41+
errors: true,
42+
errorDetails: false,
43+
hash: false,
44+
modules: false,
45+
publicPath: false,
46+
reasons: false,
47+
source: false,
48+
timings: false,
49+
version: false,
50+
warnings: false
51+
}
3652
})
3753
}
3854

0 commit comments

Comments
 (0)