mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(stencil): document externalRuntime: false in config (#30975)
## Does this introduce a breaking change? - [ ] Yes - [X] No
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user