Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/nft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: vercel/nft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 1 commit
  • 13 files changed
  • 1 contributor

Commits on Feb 23, 2026

  1. fix: do not follow absolute paths outside job base (#568)

    related to
    sveltejs/kit#13764 (comment)
    
    SvelteKit stringifies environment variables during build so that it can
    inject static values into the build output instead of always reading the
    env vars dynamically. However, `@vercel/nft` interprets any absolute
    path as an asset it should add. This causes builds on Vercel's build
    system to balloon in function size because it traces and bundles paths
    such as Node, Yarn global, etc. Often, this causes the deployment to
    fail because the function size exceeds the limit.
    
    This PR ensures asset paths outside the given job base are ignored to
    help us avoid packaging in system dependencies.
    
    ~Draft for now because I'm not confident that this fix doesn't break
    lots of other things~
    teemingc authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    0ce8e2c View commit details
    Browse the repository at this point in the history
Loading