Closed wayfarer3130 closed 2 years ago
@swederik and @sedghi - this change to the Radical config-mode extension sets it up so that extensions can declare their own dependencies, either shared with the main OHIF build (eg @ohif/core), or stand-alone. That then allows us to remove the dependency on config-point from ohif itself, and load it dynamically as part of the config-mode definition.
The change here fixes the stand alone build, and allows the umd build for the extensions and configurations to have externals dependencies on OHIF and other libraries.