Skip to content

Commit d4f3c77

Browse files
authored
Merge pull request webpack#6883 from mohsen1/remove-dead-code
Initialize fileTimestamps and contextTimestamps in Compilation
2 parents 1e7cc39 + 7a72ee9 commit d4f3c77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Compilation.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ class Compilation extends Tapable {
251251
this.childrenCounters = {};
252252
this.usedChunkIds = null;
253253
this.usedModuleIds = null;
254+
this.fileTimestamps = undefined;
255+
this.contextTimestamps = undefined;
254256
this.compilationDependencies = undefined;
255257

256258
this._buildingModules = new Map();

0 commit comments

Comments
 (0)