diff --git a/webpack.config.js b/webpack.config.js index 0988cf1b35..d34f1f9cca 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,6 +11,7 @@ module.exports = { }, devServer: { port: 9994, + stats: "errors-only", watchOptions: { aggregateTimeout: 300, poll: 1000