RadicalImaging / OHIFExtensionsAndModes

Radical's repository for OHIF extensions and modes
14 stars 8 forks source link

Feat/load umd modules with dependencies #4

Closed wayfarer3130 closed 2 years ago

wayfarer3130 commented 2 years ago

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.

wayfarer3130 commented 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.