Skip to content

Draft: Allow webpack to work correctly over HTTPS for Gitpod

Ash McKenzie requested to merge ashmckenzie/fix-gitpod-js-issues into main

What does this Merge Request do?

This MR adds a bunch of new settings to allow webpack to run over HTTPS which is what Gitpod needs. It marries up with gitlab!51902 (closed).

Related: gitlab!51902 (closed)

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Ash McKenzie

Merge request reports