Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Never bundle when saving as peer/peerOptional #255

Merged
merged 1 commit into from Mar 23, 2021

Commits on Mar 23, 2021

  1. Never bundle when saving as peer/peerOptional

    There's a bit of logic in npm/cli that sets the `saveBundle` option to
    false based on the various `--save-xyz` flags.  It is easier and safer
    to just never bundle if we're saving a peer dep, in the one place where
    that decision is made.
    
    PR-URL: #255
    Credit: @isaacs
    Close: #255
    isaacs committed Mar 23, 2021
    Copy the full SHA
    22b2d13 View commit details
    Browse the repository at this point in the history