We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1b357 commit bcbd878Copy full SHA for bcbd878
lib/HotModuleReplacementPlugin.js
@@ -63,7 +63,7 @@ module.exports = class HotModuleReplacementPlugin {
63
}
64
records.chunkModuleIds = {};
65
for(const chunk of compilation.chunks) {
66
- records.chunkModuleIds[chunk.id] = Array.from(chunk.modulesIterable, m => m.id);
+ records.chunkModuleIds[chunk.id] = Array.from(chunk.modulesIterable, m => m.id);
67
68
});
69
let initialPass = false;
0 commit comments