Tobias Koppers
b3729d40fa
improve logging of PackFileCacheStrategy
2019-08-20 14:50:13 +02:00
Tobias Koppers
e425ab9345
Avoid retry of unserializable entries in pack
2019-08-20 14:50:12 +02:00
Tobias Koppers
cb4c02ebe1
store snapshot of resolving dependencies and re-resolve when needed
...
to be able to invalidate cache when PnP build dependencies change
cacheDirectory defaults to .pnp/.cache/webpack when PnP is used
fallback cacheDirectory is now .cache/webpack instead of tmpdir
2019-08-20 14:50:09 +02:00
Tobias Koppers
a2caa36b8e
add immutablePaths next to managedPaths for paths in the yarn cache
...
for PnP support
2019-08-20 14:50:07 +02:00
Tobias Koppers
e8e313b576
capture build dependencies only when pack is invalid
...
capture build dependencies during storing phase
capture only new build dependencies
2019-08-13 18:59:17 +02:00
Tobias Koppers
03491deca9
Debug message when item invalidated pack
...
Check identity before invalidating the pack
2019-08-13 18:53:41 +02:00
Tobias Koppers
a777ec40b3
restore and check buildSnapshot before reading pack content
2019-08-13 17:02:49 +02:00
Tobias Koppers
e5cecdad23
store build dependencies snapshot in pack
...
add snapshot shortcut for package manager managed paths
add cache.managedPaths
2019-08-13 17:02:37 +02:00
Tobias Koppers
f236df1bc9
replace logging in persistent caching with infrastructure logger
...
remove cache.loglevel
2019-08-12 13:41:23 +02:00
Tobias Koppers
e9c0d068dd
refactor filesystem interfaces
...
add Compiler.intermediateFileSystem
avoid using `path` and `fs` module when possible
move `join`, `mkdirp` and `dirname` into utils
join and dirname is optional in FileSystem interface
remove mkdirp from Filesystem interface
2019-06-11 17:32:58 +02:00
Tobias Koppers
7c0d845af3
Refactor FileCachePlugin into multiple modules
2019-01-25 19:21:45 +01:00