mirror of https://github.com/webpack/webpack.git
libIdent should be rootModule
This commit is contained in:
parent
cc25ff65e9
commit
4372819de1
|
|
@ -110,7 +110,7 @@ class ConcatenatedModule extends Module {
|
|||
}
|
||||
|
||||
libIdent(options) {
|
||||
return this.modules.map(m => m.libIdent(options)).join(" ");
|
||||
return this.rootModule.libIdent(options);
|
||||
}
|
||||
|
||||
nameForCondition() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue