We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ead659 commit 07e29e2Copy full SHA for 07e29e2
1 file changed
lib/Compilation.js
@@ -334,6 +334,7 @@ Compilation.prototype._addModuleChain = function process(context, dependency, on
334
Compilation.prototype.addEntry = function process(context, entry, name, callback) {
335
this._addModuleChain(context, entry, function(module) {
336
337
+ entry.module = module;
338
this.entries.push(module);
339
module.id = 0;
340
0 commit comments