Skip to content

Commit

Permalink
webpack-dev-server patch for 'still-ok' success status (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie H authored and gaearon committed Jan 12, 2017
1 parent 3f6937c commit 17bb8d4
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 17bb8d4

Please sign in to comment.