Skip to content

Bug: NPM aliases do not work #2

@rschristian

Description

@rschristian

This will fall over:

{
  "dependencies": {
    "react": "npm:@preact/compat"
  }
}

...as I naively merge key & val into a string with an @ separator:

.map(([key, value]) => `${key}@${value}`))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions