add aggregateTimeout to webpack watch options
This commit is contained in:
@@ -160,6 +160,7 @@ module.exports = () => ({
|
||||
],
|
||||
watchOptions: {
|
||||
ignored: /(node_modules|\.vendor\.js$)/,
|
||||
aggregateTimeout: 3000,
|
||||
},
|
||||
stats: {
|
||||
children: false,
|
||||
|
||||
Reference in New Issue
Block a user