Merge pull request #409 from webpack/improve/hot-logging

Add logging about downloading the hot manifest
This commit is contained in:
Tobias Koppers 2014-08-19 10:17:19 +02:00
commit 2f78151967
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
if(module.hot) {
function check() {
console.log("Checking for updates on the server...");
module.hot.check(function(err, updatedModules) {
if(err) {
if(module.hot.status() in {abort:1,fail:1})