We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
externalRuntime: false
1 parent 9085858 commit 2be39daCopy full SHA for 2be39da
1 file changed
core/stencil.config.ts
@@ -227,6 +227,11 @@ export const config: Config = {
227
warn: true
228
}],
229
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
+ */
235
externalRuntime: false,
236
},
237
{
0 commit comments