From 7a7d78e0a94ac9a8ef2ebdd10da7e28ad6691471 Mon Sep 17 00:00:00 2001 From: Jacob Bell <228905018+OS-jacobbell@users.noreply.github.com> Date: Fri, 27 Feb 2026 07:33:30 -0700 Subject: [PATCH] chore(config): document addition of `externalRuntime: false` in stencil config --- core/stencil.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/stencil.config.ts b/core/stencil.config.ts index 1e457e264c6..8a090b65bff 100644 --- a/core/stencil.config.ts +++ b/core/stencil.config.ts @@ -227,6 +227,11 @@ export const config: Config = { warn: true }], includeGlobalScripts: false, + /** + * External Runtime uses default runtime settings instead of this file's definitions. Disabling it enables + * `experimentalSlotFixes` to be applied and prevents `@stencil/core/internal/client` from being imported, which + * contains a dynamic import that caused a warning in Angular. + */ externalRuntime: false, }, {