Skip to content

Files

Latest commit

cf7f5e3 · Sep 7, 2024

History

History
This branch is 3 commits ahead of, 338 commits behind microsoft/rushstack:main.

rush-resolver-cache-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 23, 2024
Aug 29, 2024
Aug 27, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 27, 2024
Sep 7, 2024
Aug 23, 2024
Aug 23, 2024

@rushstack/rush-resolver-cache-plugin

A Rush plugin that runs after successful dependency installation and generates a cache file to optimize node module resolution.

When this plugin is installed, it will produce a file called resolver-cache.json in the temp directory of the default subspace, e.g. <repo>/common/temp/default/resolver-cache.json

To use this file, load it, call JSON.parse, and pass the result as the cacheData property to the WorkspaceLayoutCache constructor from @rushstack/webpack-workspace-resolve-plugin.