mirror of https://github.com/zulip/zulip.git
Configure webpack to only display output in case of errors.
This commit is contained in:
parent
9d108989f3
commit
870734fca2
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
},
|
||||
devServer: {
|
||||
port: 9994,
|
||||
stats: "errors-only",
|
||||
watchOptions: {
|
||||
aggregateTimeout: 300,
|
||||
poll: 1000
|
||||
|
|
Loading…
Reference in New Issue