-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add --web-socket-server-type
option for CLI
#4001
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4001 +/- ##
=======================================
Coverage 92.59% 92.59%
=======================================
Files 14 14
Lines 1405 1405
Branches 516 516
=======================================
Hits 1301 1301
Misses 96 96
Partials 8 8
Continue to review full report at Codecov.
|
@@ -80,6 +80,7 @@ Options: | |||
--client-web-socket-url-password <value> Tells clients connected to devServer to use the provided password to authenticate. | |||
--web-socket-server <value> Allows to set web socket server and options (by default 'ws'). | |||
--no-web-socket-server Negative 'web-socket-server' option. | |||
--web-socket-server-type <value> Allows to set web socket server and options (by default 'ws'). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@snitin315 Can we mark --web-socket-server <value>
is deprecated and add TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I will update.
615258e
to
5300e33
Compare
For Bugs and Features; did you add new tests?
Motivation / Use-Case
add
--web-socket-server-type
option for CLI. Add todo to remove--web-spcket-server
.Breaking Changes
None
Additional Info
No