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

feat(pack): add pack-gzip-level #6406

Commits on Apr 16, 2023

  1. feat(pack): add PNPM_PACK_GZIP_LEVEL

    This options allows specifying custom compression level.
    Underlying node implementation enforces correct number ranges,
    but silently ignores `NaN`, so we explicitly check that provided value is valid.
    
    fix pnpm#6393
    jankaifer committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c415558 View commit details
    Browse the repository at this point in the history
  2. feat: pack-gzip-level

    zkochan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    21715fb View commit details
    Browse the repository at this point in the history
  3. test: pack-gzip-level

    zkochan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    dde3cc8 View commit details
    Browse the repository at this point in the history
  4. fix: pack-gzip-level

    zkochan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    feb3254 View commit details
    Browse the repository at this point in the history