-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
docs(dev-server): add transportMode docs and examples #3240
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
docs(dev-server): add transportMode docs and examples #3240
Conversation
Preview is ready Built with commit 2c41318 https://deploy-preview-3240--webpackjsorg-netlify.netlify.com |
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.
Hi @Loonride
requesting changes here, appreciate committing suggestions if you agree with them, otherwise lets discuss
I did a bit a bit of minor reorganization for the new |
@EugeneHlushko Currently the types I have are: devServer.transportMode: devServer.transportMode.client: devServer.transportMode.server: Should
|
Yes, i think it looks very good now |
Thanks! |
describe your changes...
devServer.transportMode
: #3239I think that, rather than having large custom implementation examples in here, we should link to implementation examples in
webpack-dev-server/examples
.