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 randycoulman committed May 8, 2017
1 parent 4b4f772 commit 6cc3692
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 6cc3692

Please sign in to comment.