@gravity-ui/app-builder 0.35.2-beta.0 → 0.35.2-beta.1
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.
|
@@ -980,6 +980,7 @@ function configureCommonPlugins(options, bundlerPlugins) {
|
|
|
980
980
|
plugins.push(createMomentTimezoneDataPlugin(config.momentTz));
|
|
981
981
|
if (config.moduleFederation) {
|
|
982
982
|
const { name, version, disableManifest, remotes, originalRemotes, remotesRuntimeVersioning, isolateStyles: _isolateStyles, // Omit isolateStyles from restOptions
|
|
983
|
+
isolateAssets: _isolateAssets, // Omit isolateAssets from restOptions
|
|
983
984
|
runtimePlugins, ...restOptions } = config.moduleFederation;
|
|
984
985
|
const enabledRemotes = (isEnvDevelopment && config.moduleFederation.enabledRemotes) || remotes;
|
|
985
986
|
let actualRemotes = originalRemotes;
|
package/package.json
CHANGED