From 79a770a06868c5f23513b0fc6b61ae8df2ea058e Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Thu, 28 May 2026 16:05:48 -0300 Subject: [PATCH 1/2] Remove unused modes --- platform/app/.webpack/webpack.pwa.js | 2 ++ platform/app/pluginConfig.json | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/platform/app/.webpack/webpack.pwa.js b/platform/app/.webpack/webpack.pwa.js index 2bbfbc916f3..6680bc6860d 100644 --- a/platform/app/.webpack/webpack.pwa.js +++ b/platform/app/.webpack/webpack.pwa.js @@ -80,6 +80,8 @@ module.exports = (env, argv) => { // Hoisted Yarn Workspace Modules path.resolve(__dirname, '../../../node_modules'), SRC_DIR, + path.resolve(__dirname, '../ohif-gcp-extension/node_modules'), + path.resolve(__dirname, '../ohif-gcp-mode/node_modules'), ], }, plugins: [ diff --git a/platform/app/pluginConfig.json b/platform/app/pluginConfig.json index e1f9c7e9908..d48b77e83b3 100644 --- a/platform/app/pluginConfig.json +++ b/platform/app/pluginConfig.json @@ -81,9 +81,6 @@ { "packageName": "@ohif/mode-basic" }, - { - "packageName": "@ohif/mode-segmentation" - }, { "packageName": "@ohif/mode-tmtv" }, @@ -103,10 +100,6 @@ "default": false, "version": "3.0.0" }, - { - "packageName": "@ohif/mode-ultrasound-pleura-bline", - "version": "3.0.0" - }, { "packageName": "ohif-gcp-mode", "version": "0.0.1" From 02addd405a95597e677c793b07f18b9144fabefc Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Thu, 28 May 2026 16:09:32 -0300 Subject: [PATCH 2/2] Revert change --- platform/app/.webpack/webpack.pwa.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/app/.webpack/webpack.pwa.js b/platform/app/.webpack/webpack.pwa.js index 6680bc6860d..2bbfbc916f3 100644 --- a/platform/app/.webpack/webpack.pwa.js +++ b/platform/app/.webpack/webpack.pwa.js @@ -80,8 +80,6 @@ module.exports = (env, argv) => { // Hoisted Yarn Workspace Modules path.resolve(__dirname, '../../../node_modules'), SRC_DIR, - path.resolve(__dirname, '../ohif-gcp-extension/node_modules'), - path.resolve(__dirname, '../ohif-gcp-mode/node_modules'), ], }, plugins: [