From 51ec857d8701749ed3a7747595de62ac325a7512 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Tue, 10 Nov 2020 18:48:57 +0530 Subject: [PATCH] Add info about compiler.fileTimestamps and compiler.contextTimestamps --- src/content/blog/2020-10-10-webpack-5-release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/blog/2020-10-10-webpack-5-release.md b/src/content/blog/2020-10-10-webpack-5-release.md index cb62133f6a82..5603fcc55283 100644 --- a/src/content/blog/2020-10-10-webpack-5-release.md +++ b/src/content/blog/2020-10-10-webpack-5-release.md @@ -1006,6 +1006,8 @@ Timestamping for directories is possible now, which allows serialization of Cont `Compiler.modifiedFiles` has been added (next to `Compiler.removedFiles`) to make it easier to reference the changed files. +Also `compiler.fileTimestamps` (Timestamps for files) and `compiler.contextTimestamps` (Timestamps for directories) to find timestamps of file or directory. + ### Filesystems Next to `compiler.inputFileSystem` and `compiler.outputFileSystem` there is a new `compiler.intermediateFileSystem` for all fs actions that are not considered as input or output, like writing records, cache or profiling output.