Skip to content

Commit

Permalink
Merge pull request #6883 from mohsen1/remove-dead-code
Browse files Browse the repository at this point in the history
Initialize fileTimestamps and contextTimestamps in Compilation
  • Loading branch information
sokra committed Mar 29, 2018
2 parents 1e7cc39 + 7a72ee9 commit d4f3c77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Compilation.js
Expand Up @@ -251,6 +251,8 @@ class Compilation extends Tapable {
this.childrenCounters = {};
this.usedChunkIds = null;
this.usedModuleIds = null;
this.fileTimestamps = undefined;
this.contextTimestamps = undefined;
this.compilationDependencies = undefined;

this._buildingModules = new Map();
Expand Down

0 comments on commit d4f3c77

Please sign in to comment.