update webpack middleware config

This commit is contained in:
afc163 2015-08-20 13:58:05 +08:00
parent 9b28e46d4c
commit 71b3f93d1f

View File

@ -90,7 +90,8 @@ exports.middlewares = [
watchOptions: {
aggregateTimeout: 300,
poll: true
}
},
noInfo: true
});
try {
return handler(req, res, next);