import createRequestListener from @react-router/node#527
import createRequestListener from @react-router/node#527
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the Vercel preview-server entrypoint plugin to source createRequestListener from the React Router Node package, aligning this plugin with the project’s React Router v7 dependency set.
Changes:
- Switch
createRequestListenerimport from@remix-run/node-fetch-serverto@react-router/node.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| import path from "node:path"; | ||
| import type { BuildManifest } from "@react-router/dev/config"; | ||
| import { createRequestListener } from "@remix-run/node-fetch-server"; | ||
| import { createRequestListener } from "@react-router/node"; |
There was a problem hiding this comment.
This file no longer imports @remix-run/node-fetch-server, and a repo-wide search shows no remaining usages. Consider removing @remix-run/node-fetch-server from devDependencies (and updating the lockfile) to avoid carrying an unused dependency.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.