Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions core/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down
Loading