Skip to content

Commit

Permalink
webpack-dev-server patch for 'still-ok' success status (facebook#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie H authored and bondz committed Feb 12, 2017
1 parent 9c043e2 commit 9d2eac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dev-utils/webpackHotDevClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ connection.onmessage = function(e) {
case 'hash':
handleAvailableHash(message.data);
break;
case 'still-ok':
case 'ok':
handleSuccess();
break;
Expand Down

0 comments on commit 9d2eac5

Please sign in to comment.