webpack-dev-server 4.0.0-rc.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -132,6 +132,9 @@ Options:
132
132
  --ipc [value] Listen to a unix socket.
133
133
  --live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
134
134
  --no-live-reload Negative 'live-reload' option.
135
+ --magic-html Tells dev-server whether to enable magic HTML routes (routes corresponding to your webpack output, for
136
+ example '/main' for 'main.js').
137
+ --no-magic-html Negative 'magic-html' option.
135
138
  --open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to
136
139
  true to open your default browser).
137
140
  --no-open Negative 'open' option.