Skip to content

Commit 2be39da

Browse files
authored
docs(stencil): document externalRuntime: false in config (#30975)
## Does this introduce a breaking change? - [ ] Yes - [X] No
1 parent 9085858 commit 2be39da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/stencil.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ export const config: Config = {
227227
warn: true
228228
}],
229229
includeGlobalScripts: false,
230+
/**
231+
* External Runtime uses default runtime settings instead of this file's definitions. Disabling it enables
232+
* `experimentalSlotFixes` to be applied and prevents `@stencil/core/internal/client` from being imported, which
233+
* contains a dynamic import that caused a warning in Angular.
234+
*/
230235
externalRuntime: false,
231236
},
232237
{

0 commit comments

Comments
 (0)