We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a475eaf commit dfce2e8Copy full SHA for dfce2e8
examples/modus-manual-script/README.md
@@ -6,8 +6,16 @@ node ../../bin/webpack-dev-server.js --open
6
7
The webpack-dev-server client is added as script tag to the html page.
8
9
+```shell
10
+node ../../bin/webpack-dev-server.js --open --https
11
+```
12
+
13
+This will do the same, but connect over https.
14
15
## What should happen
16
17
Try to update app.js by uncommenting some lines. The browser should reflect your changes.
18
19
If there is a compilation error or warning, this should be displayed in the CLI and devtools.
20
21
+For the `--https` variant, it should do the same. Make sure to test this when making changes to how the websocket URL is parsed.
0 commit comments