mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
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
Block a user