We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let people knows set `0.0.0.0` to `--host` can binds to all hosts
Specify what version the open command works in so that people aren't confused as to why id doesn't work in older versions, see https://github.com/webpack/webpack-dev-server/issues/378
Updated webpack dev server (markdown)
(correction) "`--no-colors`: don't _used_ colors in the output."
add `options.staticOptions` part for https://github.com/webpack/webpack-dev-server/pull/385/files
add paragraph about working with editors supporting "safe write" issue
Fix rewrite regular expression
req doesn't have a #replace member :-)
Fix route in section about rewrite.
Added a section about the rewrite callback to rewrite proxy requests. Not sure when this was added, but someone told me this: http://stackoverflow.com/a/35491378/1627744
Update webpack-dev-server docs for proper app entry point when using HMR (see https://github.com/webpack/webpack-dev-server/issues/326)
Grammer fix.
Document `historyApiFallback.index` option
Add --open to webpack-dev-server documentation
grammar and spelling... also it looks like "Similar to the inline mode..." needs an "except" after it seeing that "Nothing more is needed." in the first section doesn't really agree with the fact that manual changes are needed in the second section. Maybe I'm missing something though.
Ensure content-base docs marry up with example config
Add proxy section.
Add close() call to example
add the required comma between keys
add note about iframe mode and websocket connection to backend server