Philipp Schrader | 175a93c | 2023-02-19 13:13:40 -0800 | [diff] [blame^] | 1 | # Disabling pnpm [hoisting](https://pnpm.io/npmrc#hoist) by setting `hoist=false` is recommended on |
| 2 | # projects using rules_js so that pnpm outside of Bazel lays out a node_modules tree similar to what |
| 3 | # rules_js lays out under Bazel (without a hidden node_modules/.pnpm/node_modules). See |
| 4 | # https://github.com/aspect-build/rules_js/blob/7377f2d0387cc2a9251137929b1c53ccdb3fbcf0/docs/npm_import.md#npm_translate_lock |
| 5 | # documentation for more information. |
| 6 | hoist=false |