Commit e1983bc
committed
bug #529 Honor --public flag given to 'yarn run dev-server ...' (lyrixx, Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Honor --public flag given to 'yarn run dev-server ...'
I'm using docker (one container for the front, another one for webpack)
and I had to do this PR to make it work.
For reference, this is the command I (docker actually) executed
```
yarn run dev-server --host 0.0.0.0 --port 9999 --hot --public https://example.com:443 --disable-host-check
```
Commits
-------
5fb19de Update lib/config/parse-runtime.js
4275ff0 Honor --public flag given to 'yarn run dev-server ...'1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| |||
0 commit comments