I need to use https://localhost:8080 for testing facebook login in development when I run au run so that the app uses https instead of http.
The current setup is using the standard aurelia+typescript+webpack skeleton created from au new.
I added https: true to devServer field in my webpack.config.js but it doesn't work. https://webpack.js.org/configuration/dev-server/#devserver-https. Do I need to do anything special for Aurelia?
au run- clouddreams