Skip to content

Commit 77535dd

Browse files
author
Mohsen Azimi
committed
Initialize fileTimestamps and contextTimestamps in Compilation
1 parent 9728f2d commit 77535dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Compilation.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ class Compilation extends Tapable {
253253
this.childrenCounters = {};
254254
this.usedChunkIds = null;
255255
this.usedModuleIds = null;
256+
this.fileTimestamps = undefined;
257+
this.contextTimestamps = undefined;
256258

257259
this._buildingModules = new Map();
258260
this._rebuildingModules = new Map();

0 commit comments

Comments
 (0)