Skip to content

Commit dfce2e8

Browse files
committed
Add example for manual script with https flag.
Ref #592
1 parent a475eaf commit dfce2e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/modus-manual-script/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ node ../../bin/webpack-dev-server.js --open
66

77
The webpack-dev-server client is added as script tag to the html page.
88

9+
```shell
10+
node ../../bin/webpack-dev-server.js --open --https
11+
```
12+
13+
This will do the same, but connect over https.
14+
915
## What should happen
1016

1117
Try to update app.js by uncommenting some lines. The browser should reflect your changes.
1218

1319
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

Comments
 (0)