Skip to content

Cannot override enableGlobalVirtualStore #2

@colinaaa

Description

@colinaaa

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions