Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
17bb8d42
Commit
17bb8d42
authored
8 years ago
by
Robbie H
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
webpack-dev-server patch for 'still-ok' success status (#1377)
parent
3f6937c9
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-dev-utils/webpackHotDevClient.js
+1
-0
packages/react-dev-utils/webpackHotDevClient.js
with
1 addition
and
0 deletions
+1
-0
packages/react-dev-utils/webpackHotDevClient.js
+
1
-
0
View file @
17bb8d42
...
@@ -248,6 +248,7 @@ connection.onmessage = function(e) {
...
@@ -248,6 +248,7 @@ connection.onmessage = function(e) {
case
'
hash
'
:
case
'
hash
'
:
handleAvailableHash
(
message
.
data
);
handleAvailableHash
(
message
.
data
);
break
;
break
;
case
'
still-ok
'
:
case
'
ok
'
:
case
'
ok
'
:
handleSuccess
();
handleSuccess
();
break
;
break
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets