We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfd2c4 commit 5345a38Copy full SHA for 5345a38
hot/only-dev-server.js
@@ -27,6 +27,7 @@ if(module.hot) {
27
console.warn("Ignored an update to declined module " + data.chain.join(" -> "));
28
},
29
onErrored: function(data) {
30
+ console.error(data.error);
31
console.warn("Ignored an error while updating module " + data.moduleId + " (" + data.type + ")");
32
}
33
}).then(function(renewedModules) {
0 commit comments