Skip to content

fix(nextjs): update entrypoints for buildable library with vite to include server entry #31457#32977

Merged
Coly010 merged 1 commit intomasterfrom
vite/server-entry-point
Oct 6, 2025
Merged

fix(nextjs): update entrypoints for buildable library with vite to include server entry #31457#32977
Coly010 merged 1 commit intomasterfrom
vite/server-entry-point

Conversation

@Coly010
Copy link
Copy Markdown
Contributor

@Coly010 Coly010 commented Oct 6, 2025

Current Behavior

When creating a buildable library for Next w/ Vite, we do not configure an additional entry point for server components.

Expected Behavior

Ensure additional server entry point is configured.

Related Issue(s)

Fixes #31457

@Coly010 Coly010 requested a review from a team as a code owner October 6, 2025 15:33
@Coly010 Coly010 requested a review from jaysoo October 6, 2025 15:33
@Coly010 Coly010 self-assigned this Oct 6, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Oct 6, 2025 4:09pm

@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 6, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 3303c0e
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68e3e1357b971500083cc0bf
😎 Deploy Preview https://deploy-preview-32977--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Oct 6, 2025

View your CI Pipeline Execution ↗ for commit 3303c0e

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 17m 58s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 5s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 8s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 7s View ↗
nx documentation ✅ Succeeded 2m 23s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-06 15:57:30 UTC

@Coly010 Coly010 merged commit 8f22200 into master Oct 6, 2025
19 checks passed
@Coly010 Coly010 deleted the vite/server-entry-point branch October 6, 2025 17:19
FrozenPandaz pushed a commit that referenced this pull request Oct 8, 2025
…clude server entry #31457 (#32977)

## Current Behavior
When creating a buildable library for Next w/ Vite, we do not configure
an additional entry point for server components.

## Expected Behavior
Ensure additional server entry point is configured.

## Related Issue(s)

Fixes #31457

(cherry picked from commit 8f22200)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No server component entry-points configured for buildable @nx/next:lib project with Vite

2 participants