add aggregateTimeout to webpack watch options

This commit is contained in:
Vyrtsev Mikhail
2019-07-06 13:58:58 -05:00
committed by Umputun
parent ac60bb8750
commit 84a3e6db7d
+1
View File
@@ -160,6 +160,7 @@ module.exports = () => ({
],
watchOptions: {
ignored: /(node_modules|\.vendor\.js$)/,
aggregateTimeout: 3000,
},
stats: {
children: false,