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

feat: allow patching the Dockerfile per MFE #134

Closed arbrandes closed 1 year ago

arbrandes commented 1 year ago

This should allow managing individual MFE node_modules (such as installing custom dependencies for l10n purposes) without having to fork the corresponding upstream codebases.

arbrandes commented 1 year ago

This should help with custom localization scenarios such as the one shared by Dimitris.

@regisb, thoughts?

arbrandes commented 1 year ago

Done!