Skip to content

Importmap update removes pins via http #242

Closed
@DalenW

Description

@DalenW

If I have this pinned: pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/core@2.11.7/lib/index.js" and then run ./bin/importmap update, it will remove the url and instead pin it from disk by changing the line to pin "@popperjs/core", to: "@popperjs--core.js" # @2.11.8. Issue this that this completly breaks popperjs functionality. It's required for bootsrap.

Updating the pin's link to the latest version does prevent the update, but it shouldn't break the pin altogether when running update. You can probably close this right away if that's by design.

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