You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm wrong but: When you do a npm run build:prod you get the webpacked version of you angular2 App. Then when you will use something to serve the static files (express, apache, nginx, ISS).
In that moment, when you serve the file, you should configure the server to work over HTTPS.
Hello, I would like to know to setup webpack.prod.js so that the server will use https instead of simple http.
The text was updated successfully, but these errors were encountered: