diff --git a/packages/core/globals/index.ts b/packages/core/globals/index.ts index fe5a3cb65..5f8cc36bb 100644 --- a/packages/core/globals/index.ts +++ b/packages/core/globals/index.ts @@ -265,9 +265,6 @@ global.loadModule = function loadModule(name: string): any { } } } - - // If no resolver found the module, return null - console.warn(`Module '${name}' could not be loaded by any resolver.`); return null; }; function registerOnGlobalContext(moduleName: string, exportName: string): void {