Skip to content

Commit cc2aa9b

Browse files
committed
feat: set enableGlobalVirtualStore to true
1 parent 0b9487c commit cc2aa9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
## What it changes
66

7+
- Sets [enableGlobalVirtualStore](https://pnpm.io/settings#enableglobalvirtualstore) to `true`.
78
- Sets [enablePrePostScripts](https://pnpm.io/cli/run#enableprepostscripts) to `false`.
89
- Sets [hoistPattern](https://pnpm.io/settings#hoistpattern) to an empty array, disabling hoisting.
910
- Sets [ignorePatchFailures](https://pnpm.io/settings#ignorepatchfailures) to `false`.

pnpmfile.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
hooks: {
33
updateConfig (config) {
44
Object.assign(config, {
5+
enableGlobalVirtualStore: true,
56
enablePrePostScripts: false,
67
ignorePatchFailures: false,
78
optimisticRepeatInstall: true,

0 commit comments

Comments
 (0)