From b390ea32538cdfefd8b1fa37356a7e0f6bf1aacf Mon Sep 17 00:00:00 2001 From: Ryan Tremblay Date: Fri, 10 Oct 2025 15:26:49 -0700 Subject: [PATCH] Update Playground webpack config for sharedUiComponents --- packages/tools/playground/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tools/playground/webpack.config.js b/packages/tools/playground/webpack.config.js index adf6eb75cbc..a9118914d93 100644 --- a/packages/tools/playground/webpack.config.js +++ b/packages/tools/playground/webpack.config.js @@ -43,7 +43,7 @@ module.exports = (env) => { return callback(null, "BABYLON"); } - if (context.includes("inspector-v2")) { + if (context.includes("inspector-v2") || context.includes("sharedUiComponents")) { if (/^core\//.test(request)) { return callback(null, "BABYLON"); } else if (/^loaders\//.test(request)) {