Skip to content

Commit e3fcb55

Browse files
committed
fix: Moved shared externals to separate folder in cache
1 parent 3f2640e commit e3fcb55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/native-federation-core/src/lib/core/remove-unused-deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function getExternalImports(pInfo: PackageInfo, workspaceRoot: string) {
120120
const cacheFileName = `${encodedPackageName}-${pInfo.version}.deps.json`;
121121
const cachePath = path.join(
122122
workspaceRoot,
123-
'node_modules/.cache/native-federation',
123+
'node_modules/.cache/native-federation/_externals-metadata',
124124
);
125125
const cacheFilePath = path.join(cachePath, cacheFileName);
126126

0 commit comments

Comments
 (0)