fix: closes #11473, kudos to @pitaj

isekai-main
Barış Soner Uşaklı 2 years ago
parent 550d125d54
commit 57d64b35c5

@ -34,6 +34,9 @@ module.exports = {
}, },
}, },
}, },
snapshot: {
managedPaths: [new RegExp(`^(.+?[\\\\/]node_modules)[\\\\/](?!${activePlugins.join('|')})`)],
},
watchOptions: { watchOptions: {
poll: 500, poll: 500,
aggregateTimeout: 250, aggregateTimeout: 250,

Loading…
Cancel
Save