You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,6 +94,9 @@ Here’s an example of how the configuration might look in practice:
94
94
}
95
95
96
96
```
97
+
- Module with `esPlugins` should be export `Plugin` as default of `(configMf: ConfigMf) => Promise<Plugin>` as default too.
98
+
- Module with `indexHtmlTransformer` should be export `(input: string) => string` as default
99
+
97
100
This configuration excludes a dependency from processing, treats Angular core modules as external, includes custom plugins, modifies index.html, exposes a component, specifies a remote entry, and supports deployment via an environment variable.
0 commit comments