We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9487c commit cc2aa9bCopy full SHA for cc2aa9b
README.md
@@ -4,6 +4,7 @@
4
5
## What it changes
6
7
+- Sets [enableGlobalVirtualStore](https://pnpm.io/settings#enableglobalvirtualstore) to `true`.
8
- Sets [enablePrePostScripts](https://pnpm.io/cli/run#enableprepostscripts) to `false`.
9
- Sets [hoistPattern](https://pnpm.io/settings#hoistpattern) to an empty array, disabling hoisting.
10
- Sets [ignorePatchFailures](https://pnpm.io/settings#ignorepatchfailures) to `false`.
pnpmfile.cjs
@@ -2,6 +2,7 @@ module.exports = {
2
hooks: {
3
updateConfig (config) {
Object.assign(config, {
+ enableGlobalVirtualStore: true,
enablePrePostScripts: false,
ignorePatchFailures: false,
optimisticRepeatInstall: true,
0 commit comments