update watch delay

This commit is contained in:
afc163 2015-06-17 19:55:28 +08:00
parent dcdd808aea
commit 93834dc197

View File

@ -37,7 +37,7 @@ exports.middlewares = [{
handler = handler || webpackMiddleware(webpackCompiler, {
publicPath: '/dist/',
lazy: false,
watchDelay: 200,
watchDelay: 300,
stats: {
hash: false,
cached: false,