mirror of https://github.com/webpack/webpack.git
make ESM tracking info message less verbose
This commit is contained in:
parent
0e2e972a2d
commit
adc10a5636
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue