@module-federation/sdk 0.5.2 → 0.6.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.
package/dist/package.json
CHANGED
|
@@ -174,6 +174,7 @@ export interface ModuleFederationPluginOptions {
|
|
|
174
174
|
dev?: boolean | PluginDevOptions;
|
|
175
175
|
dts?: boolean | PluginDtsOptions;
|
|
176
176
|
async?: boolean | AsyncBoundaryOptions;
|
|
177
|
+
virtualRuntimeEntry?: boolean;
|
|
177
178
|
}
|
|
178
179
|
/**
|
|
179
180
|
* Modules that should be exposed by this container. Property names are used as public paths.
|