We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dd6ef commit 5c746e3Copy full SHA for 5c746e3
2 files changed
.changeset/modern-cats-shake.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/runtime-core': patch
3
4
+
5
+fix(runtime-core): change log to error for remote removal failure and remove redundant log function
packages/runtime-core/src/utils/logger.ts
@@ -80,8 +80,4 @@ export function warn(msg: Parameters<typeof console.warn>[0]): void {
80
}
81
82
83
-export function log(...args: unknown[]) {
84
- logger.log(...args);
85
-}
86
-
87
export { logger };
0 commit comments