@module-federation/sdk 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -191,9 +191,9 @@ export interface ModuleFederationPluginOptions {
|
|
|
191
191
|
dataPrefetch?: DataPrefetch;
|
|
192
192
|
virtualRuntimeEntry?: boolean;
|
|
193
193
|
experiments?: {
|
|
194
|
-
federationRuntime?: false | 'hoisted';
|
|
195
194
|
externalRuntime?: boolean;
|
|
196
195
|
provideExternalRuntime?: boolean;
|
|
196
|
+
asyncStartup?: boolean;
|
|
197
197
|
};
|
|
198
198
|
bridge?: {
|
|
199
199
|
/**
|