Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent term-size from being bundled #7750

Merged
merged 3 commits into from Mar 1, 2022

Commits on Feb 22, 2022

  1. Prevent term-size from being bundled

    `term-size` uses a pre-compiled binary as a fallback on windows and macos. 
    
    At the moment, the cli-reporter is bundling `term-size`, but doesn't copy these binaries. When running parcel in a non-interactive environment, `term-size` attempts to execute the vendored binaries, but non-fatally reports an error because they don't exist. 
    
    This happens in cases like Turborepo (i.e. `turbo run build`) or pnpm recursively-run (i.e. `pnpm multi run build`)
    chasewalden committed Feb 22, 2022
    Copy the full SHA
    0a87c8b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Copy the full SHA
    a3bca3c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Copy the full SHA
    ae7be00 View commit details
    Browse the repository at this point in the history