Skip to content

Commit

Permalink
libIdent should be rootModule
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jun 5, 2017
1 parent cc25ff6 commit 4372819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimize/ConcatenatedModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4372819

Please sign in to comment.