@module-federation/sdk 0.8.9 → 0.8.10
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.
|
@@ -179,7 +179,6 @@ export interface ModuleFederationPluginOptions {
|
|
|
179
179
|
manifest?: boolean | PluginManifestOptions;
|
|
180
180
|
dev?: boolean | PluginDevOptions;
|
|
181
181
|
dts?: boolean | PluginDtsOptions;
|
|
182
|
-
async?: boolean | AsyncBoundaryOptions;
|
|
183
182
|
dataPrefetch?: DataPrefetch;
|
|
184
183
|
virtualRuntimeEntry?: boolean;
|
|
185
184
|
experiments?: {
|
|
@@ -195,6 +194,10 @@ export interface ModuleFederationPluginOptions {
|
|
|
195
194
|
*/
|
|
196
195
|
disableAlias?: boolean;
|
|
197
196
|
};
|
|
197
|
+
/**
|
|
198
|
+
* Configuration for async boundary plugin
|
|
199
|
+
*/
|
|
200
|
+
async?: boolean | AsyncBoundaryOptions;
|
|
198
201
|
}
|
|
199
202
|
/**
|
|
200
203
|
* Modules that should be exposed by this container. Property names are used as public paths.
|