fix(eve): ignore framework marker packages - #1272
Open
glucas1103 wants to merge 1 commit into
Open
Conversation
Signed-off-by: Lucas Gaillard <lucasgaillard@outlook.com>
Contributor
|
@glucas1103 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
glucas1103
marked this pull request as ready for review
July 28, 2026 08:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Closes #1235.
Eve's authored-module, immutable-generation, Workflow, and Nitro host bundles all execute on the server, but some paths currently preserve
server-only,client-only, and Next.js's compiled variants as runtime imports. The marker package can then throw while the generated Node function is loading.This change introduces one shared pseudo-package bundler plugin that resolves those four framework-only markers to empty virtual modules and wires it into every Eve-owned server bundling path. It also replaces the Workflow-only special case with the shared implementation, documents the behavior, and adds a patch changeset.
How did you test your changes?
pnpm test:unit— 513 files, 5,460 tests passed.pnpm typecheckpnpm docs:checkpnpm lintPR Checklist
CONTRIBUTING.mdevepackagegit commit --signoff)