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:
parent
3c44137b9b
commit
f2d456b986
|
@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue