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.
|
updateConfig (config) { |
|
Object.assign(config, { |
|
enableGlobalVirtualStore: true, |