-
Notifications
You must be signed in to change notification settings - Fork 38
Commit 822422c
Enable custom sockjs pathname for hot reloading server. (#7750)
* Enable custom sockjs pathname for hot reloading server.
* Update docusaurus/docs/advanced-configuration.md
Co-Authored-By: Brody McKee <mrmckeb@users.noreply.github.com>
* let WDS_SOCKET_PATH be undefined
* adding env variables for sockHost and sockPort options
Co-authored-by: Brody McKee <mrmckeb@users.noreply.github.com>1 parent cc985d0 commit 822422c
File tree
5 files changed
+29
-5
lines changed- docusaurus/docs
- packages
- react-dev-utils
- react-scripts/config
5 files changed
+29
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | + | ||
18 | + | ||
19 | + | ||
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 | + | ||
381 | + | ||
380 | 382 |
| |
381 | 383 |
| |
382 | 384 |
| |
383 | - | ||
385 | + | ||
386 | + | ||
387 | + | ||
384 | 388 |
| |
385 | 389 |
| |
386 | 390 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | - | ||
64 | - | ||
63 | + | ||
64 | + | ||
65 | 65 |
| |
66 | - | ||
66 | + | ||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
88 | 96 |
| |
89 | 97 |
| |
90 | 98 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | + | ||
21 | + | ||
22 | + | ||
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
| |||
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
63 | - | ||
66 | + | ||
64 | 67 |
| |
65 | 68 |
| |
66 | 69 |
| |
| |||
72 | 75 |
| |
73 | 76 |
| |
74 | 77 |
| |
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
75 | 84 |
| |
76 | 85 |
| |
77 | 86 |
| |
|
0 commit comments