You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the frontend_build.py and frontend_utils.py scripts to use JS-based configuration if it exists, rather than our existing YML-based config files.
Ensure that the existing mechanism of passing in env_vars into FrontendBuilder.build_app continues to work, while also allowing that method to alternately copy over a JS config file if it exists.
The text was updated successfully, but these errors were encountered:
https://github.com/edx/tubular needs to be updated to support JS-based configuration of MFEs.
This should look like:
env_vars
intoFrontendBuilder.build_app
continues to work, while also allowing that method to alternately copy over a JS config file if it exists.The text was updated successfully, but these errors were encountered: