Skip to content

Fix iOS asset build - include the embedded chat startup

Ben Jackson requested to merge puremourning/webapp:fix-mobile-assets into develop

Attempting to fix the iOS app, found that the main chat widget was empty:

image

I believe recent refactoring of the webpack config led to the boot script for the mobile page not to be shipped.

This MR includes it again, and at least gets the widget up and running in iOS build:

image


Spawned from working on https://gitlab.com/gitlab-org/gitter/gitter-ios-app/merge_requests/8

Edited by Ben Jackson

Merge request reports