1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

less logs to display on compile error

This commit is contained in:
nkzawa 2016-10-18 18:33:49 +09:00
parent 3c44137b9b
commit f2d456b986

View file

@ -32,7 +32,23 @@ export default class HotReloader {
publicPath: '/',
hot: true,
noInfo: true,
clientLogLevel: 'warning'
clientLogLevel: 'warning',
stats: {
assets: false,
children: false,
chunks: false,
color: false,
errors: true,
errorDetails: false,
hash: false,
modules: false,
publicPath: false,
reasons: false,
source: false,
timings: false,
version: false,
warnings: false
}
})
}