We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a419cc commit b84b348Copy full SHA for b84b348
1 file changed
hot/dev-server.js
@@ -1,5 +1,6 @@
1
if(module.hot) {
2
function check() {
3
+ console.log("Checking for updates on the server...");
4
module.hot.check(function(err, updatedModules) {
5
if(err) {
6
if(module.hot.status() in {abort:1,fail:1})
0 commit comments