@module-federation/sdk
Advanced tools
Comparing version
@@ -6,3 +6,2 @@ import { _ as _extends } from './polyfills.esm.js'; | ||
const BROWSER_LOG_KEY = 'FEDERATION_DEBUG'; | ||
const BROWSER_LOG_VALUE = '1'; | ||
const NameTransformSymbol = { | ||
@@ -67,3 +66,3 @@ AT: '@', | ||
if (isBrowserEnv() && window.localStorage) { | ||
return localStorage.getItem(BROWSER_LOG_KEY) === BROWSER_LOG_VALUE; | ||
return Boolean(localStorage.getItem(BROWSER_LOG_KEY)); | ||
} | ||
@@ -770,2 +769,2 @@ } catch (error) { | ||
export { BROWSER_LOG_KEY, BROWSER_LOG_VALUE, ENCODE_NAME_PREFIX, EncodedNameTransformMap, FederationModuleManifest, MANIFEST_EXT, MFModuleType, MFPrefetchCommon, MODULE_DEVTOOL_IDENTIFIER, ManifestFileName, NameTransformMap, NameTransformSymbol, SEPARATOR, StatsFileName, TEMP_DIR, assert, composeKeyWithSeparator, ContainerPlugin as containerPlugin, ContainerReferencePlugin as containerReferencePlugin, createLink, createLogger, createScript, createScriptNode, decodeName, encodeName, error, generateExposeFilename, generateShareFilename, generateSnapshotFromManifest, getProcessEnv, getResourceUrl, inferAutoPublicPath, isBrowserEnv, isDebugMode, isManifestProvider, isReactNativeEnv, isRequiredVersion, isStaticResourcesEqual, loadScript, loadScriptNode, logger, ModuleFederationPlugin as moduleFederationPlugin, normalizeOptions, parseEntry, safeToString, safeWrapper, SharePlugin as sharePlugin, simpleJoinRemoteEntry, warn }; | ||
export { BROWSER_LOG_KEY, ENCODE_NAME_PREFIX, EncodedNameTransformMap, FederationModuleManifest, MANIFEST_EXT, MFModuleType, MFPrefetchCommon, MODULE_DEVTOOL_IDENTIFIER, ManifestFileName, NameTransformMap, NameTransformSymbol, SEPARATOR, StatsFileName, TEMP_DIR, assert, composeKeyWithSeparator, ContainerPlugin as containerPlugin, ContainerReferencePlugin as containerReferencePlugin, createLink, createLogger, createScript, createScriptNode, decodeName, encodeName, error, generateExposeFilename, generateShareFilename, generateSnapshotFromManifest, getProcessEnv, getResourceUrl, inferAutoPublicPath, isBrowserEnv, isDebugMode, isManifestProvider, isReactNativeEnv, isRequiredVersion, isStaticResourcesEqual, loadScript, loadScriptNode, logger, ModuleFederationPlugin as moduleFederationPlugin, normalizeOptions, parseEntry, safeToString, safeWrapper, SharePlugin as sharePlugin, simpleJoinRemoteEntry, warn }; |
export declare const FederationModuleManifest = "federation-manifest.json"; | ||
export declare const MANIFEST_EXT = ".json"; | ||
export declare const BROWSER_LOG_KEY = "FEDERATION_DEBUG"; | ||
export declare const BROWSER_LOG_VALUE = "1"; | ||
export declare const NameTransformSymbol: { | ||
@@ -6,0 +5,0 @@ AT: string; |
@@ -201,6 +201,2 @@ import type webpack from 'webpack'; | ||
/** | ||
* Enable reconstructed lookup for node_modules paths | ||
*/ | ||
nodeModulesReconstructedLookup?: boolean; | ||
/** | ||
* Options related to build optimizations. | ||
@@ -207,0 +203,0 @@ */ |
{ | ||
"name": "@module-federation/sdk", | ||
"version": "0.0.0-next-20250618045528", | ||
"version": "0.0.0-next-20250618064609", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
107278
-0.31%2715
-0.29%