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.
Hi guys,
So i have an ASP.NET Core app that is running on 'https://localhost:44328/home' that is currently specified in launchSettings.json.
{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "https://localhost:44328/", "sslPort": 44328 } .... }
What i currently have:
app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions { HotModuleReplacement = true, ConfigFile = "config/webpack.config.js" });
My problem:
Is there a way to specify that you want to get the hmr server to run over https?
Hi guys,
So i have an ASP.NET Core app that is running on 'https://localhost:44328/home' that is currently specified in launchSettings.json.
What i currently have:
My problem:
Is there a way to specify that you want to get the hmr server to run over https?