@rushstack/rush-resolver-cache-plugin
TypeScript icon, indicating that this package has built-in type declarations

5.136.1 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @rushstack/rush-resolver-cache-plugin

Weekly Downloads

154

Version

5.136.1

License

MIT

Unpacked Size

84.1 kB

Total Files

30

Last publish

Collaborators

  • octogonz
  • odspnpm
  • rushstack-admin