docs(stencil): document externalRuntime: false in config (#30975)

## Does this introduce a breaking change?

- [ ] Yes
- [X] No
This commit is contained in:
OS-jacobbell
2026-02-27 09:22:36 -07:00
committed by GitHub
parent 90858582a6
commit 2be39da9d3

View File

@@ -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,
},
{