Skip to content

Commit 3edc3cb

Browse files
authored
docs(pnp): remove pnpManifest (#176)
1 parent b36ec51 commit 3edc3cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ The options are aligned with [enhanced-resolve](https://github.com/webpack/enhan
173173
| tsconfig.configFile | | A relative path to the tsconfig file based on `cwd`, or an absolute path of tsconfig file. |
174174
| tsconfig.references | `[]` | - 'auto': inherits from TypeScript config <br/> - `string []`: relative path (based on directory of the referencing tsconfig file) or absolute path of referenced project's tsconfig |
175175
| enablePnp | false | Enable Yarn Plug'n'Play support |
176-
| pnpManifest | None | Absolute path to the Yarn Plug'n'Play manifest file; takes effect when PnP is enabled. <br/> - `None`: PnP manifest located in the nearest ancestor directory from every resolving's path; <br/> - `Some(PathBuf)`: Use a specific PnP manifest file. This is useful when enabling PnP with `enableGlobalCache: true`, but users must ensure there are no cross-project requires across Yarn PnP projects. |
177176

178177
In the context of `@rspack/resolver`, the `tsconfig.references` option helps isolate the `paths` configurations of different TypeScript projects.
179178
This ensures that path aliases defined in one TypeScript project do not unintentionally affect the resolving behavior of another.

0 commit comments

Comments
 (0)