Skip to content

Fix webapp static 5001 server not starting up

Fix webapp static 5001 server not starting up, see https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1119

  • The main fix was to update to postcss-import@9.1.0
    • This required making a few of the import .css file extensions explicit
  • Updated to postcss-loader@1.3.3 to get rid of the deprecated log messages about addDependencyTo
  • I also updated a couple other dependencies when debugging (might as well leave them now as they work 👍)
Edited by Eric Eastwood

Merge request reports