react-router icon indicating copy to clipboard operation
react-router copied to clipboard

Change react-router to use export maps to remove the server deep import

Open ryanflorence opened this issue 8 months ago • 3 comments

PR: https://github.com/remix-run/react-router/pull/11675

We want to keep this working:

import {} from "react-router/server"

But not have to copy the ./dist/server.js file out of dist into the root ./server.js

ryanflorence avatar Jun 10 '24 18:06 ryanflorence