diff --git a/lib/FileSystemInfo.js b/lib/FileSystemInfo.js index bef2f993e..62fcf9d7b 100644 --- a/lib/FileSystemInfo.js +++ b/lib/FileSystemInfo.js @@ -1472,7 +1472,7 @@ class FileSystemInfo { } } else if (supportsEsm && /\.m?js$/.test(path)) { if (!this._warnAboutExperimentalEsmTracking) { - this.logger.info( + this.logger.log( "Node.js doesn't offer a (nice) way to introspect the ESM dependency graph yet.\n" + "Until a full solution is available webpack uses an experimental ESM tracking based on parsing.\n" + "As best effort webpack parses the ESM files to guess dependencies. But this can lead to expensive and incorrect tracking."