Skip to content

Commit bcbd878

Browse files
committed
Fix indent
1 parent 7a1b357 commit bcbd878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HotModuleReplacementPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = class HotModuleReplacementPlugin {
6363
}
6464
records.chunkModuleIds = {};
6565
for(const chunk of compilation.chunks) {
66-
records.chunkModuleIds[chunk.id] = Array.from(chunk.modulesIterable, m => m.id);
66+
records.chunkModuleIds[chunk.id] = Array.from(chunk.modulesIterable, m => m.id);
6767
}
6868
});
6969
let initialPass = false;

0 commit comments

Comments
 (0)