Skip to content

Commit b0a3b2a

Browse files
committed
added note
1 parent 5ca01e9 commit b0a3b2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/optimize/DedupePlugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ DedupePlugin.prototype.apply = function(compiler) {
136136
hash.update("DedupModuleTemplate");
137137
});
138138
compilation.mainTemplate.plugin("add-module", function(source, chunk, hash, varModuleId, varModule) {
139+
// TODO test all nested chunks too
139140
if(!chunk._DedupePlugin_hasDeduplicatedModules) {
140141
return source;
141142
}

0 commit comments

Comments
 (0)