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 7d5fdc17f5cf..8a64850a13fe 100644 --- a/src/content/blog/2020-10-10-webpack-5-release.md +++ b/src/content/blog/2020-10-10-webpack-5-release.md @@ -1007,6 +1007,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.