-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We would like to use all the defaults from @pnpm/plugin-better-defaults
but change enableGlobalVirtualStore
to false
:
# pnpm-workspace.yaml
configDependencies:
"@pnpm/plugin-better-defaults": 0.1.0+sha512-aWj7Jv9NcNs/OoazrxP6QspLgKRZ2PHj6wPris6ZCEqmXw+Z8zK59KLzl9NBFGRCO4PNA9pwDWLu+8N3NiqUAQ==
# Overrides
enableGlobalVirtualStore: false
We are expecting to get enableGlobalVirtualStore: false
, but enableGlobalVirtualStore: true
is what we got.
plugin-better-defaults/pnpmfile.cjs
Lines 3 to 5 in d939539
updateConfig (config) { | |
Object.assign(config, { | |
enableGlobalVirtualStore: true, |
Metadata
Metadata
Assignees
Labels
No labels