overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

fix: auto-build 3rd-party MFEs #169

Closed regisb closed 11 months ago

regisb commented 11 months ago

When a 3rd party develops an MFE and bind-mounts it, it is expected that the dev image will be automatically built on dev launch. Also, author should be able to build it with tutor images build mymfe-dev. This was not the case for plugins that were loaded after the "mfe" plugin. For instance: "partners" is loaded after "mfe".

See discussion: https://discuss.openedx.org/t/issues-developing-a-non-core-mfe-using-tutor/11855