发布

  • fix(core): do not follow symlinks when creating remote cache tarball (#31138)

    frostbyte_neo 发布于 2025-05-10 00:48:35 +00:00

    Current Behavior

    Symlinks in the remote cache tarball are "followed". That modifies the
    output of Next.js projects using pnpm, causing a restored cache not to
    work in production.

    Expected Behavior

    Symlinks are added to the tarball, instead of being followed. I.e. the
    cache output is not modified.

    Related Issue(s)

    Should fix #31085.

    下载附件