Commit 8e38779
committed
Fix warning shown when running npm run serve
(node:2671539) [DEP_WEBPACK_DEV_SERVER_HTTPS] DeprecationWarning:
'https' option is deprecated. Please use the 'server' option.
(Use `node --trace-deprecation ...` to show where the warning was
created)
Added a new environment flag called DEV_HTTPS. Set it to true to
run the app with HTTPS (useful for testing secure-only features
or using a signed certificate)
Ref: https://webpack.js.org/configuration/dev-server/#devserverserver
Change-Id: I31d27b04488923be58514499234286fa89b4d03b
Signed-off-by: Hariharan Rangasamy <hariharanr@ami.com>1 parent c5d60f5 commit 8e38779
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments