Browse Source

update webpack middleware config

pull/175/merge
afc163 9 years ago
parent
commit
71b3f93d1f
  1. 3
      nico.js

3
nico.js

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

Loading…
Cancel
Save