Skip to content

Revert https related changes to webpack config

Lukas 'ai-pi' Eipert requested to merge leipert-webpack-remove-https-config into master

What does this MR do and why?

This removes the ability to start webpack dev server with https configured. If we want https and webpack to work together in the GDK, we can simply proxy it through NGINX, which is how we currently do https in the GDK: gitlab-development-kit!2437 (merged)

Screenshots or screen recordings

N/A

How to set up and validate locally

This change is independent from: gitlab-development-kit!2437 (merged). So I guess, just checking out this branch and seeing that the dev server would start without https.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports