You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug A clear and concise description of what the bug is.
After upgrading to @netlify/vite-plugin-react-router to 1.0.0 react-router build will no longer produce an index.js inside of build/server preventing react-router-serve ./build/server/index.js from working correctly.
Describe the bug A clear and concise description of what the bug is.
After upgrading to
@netlify/vite-plugin-react-router
to 1.0.0react-router build
will no longer produce anindex.js
inside ofbuild/server
preventingreact-router-serve ./build/server/index.js
from working correctly.To Reproduce Steps to reproduce the behavior:
@netlify/vite-plugin-react-router
to 1.0.0npm run build
build/server
directory. There will be noindex.js
npm run start
will fail^0.0.0
and repeat the above, it should work as expected.Expected behavior A clear and concise description of what you expected to happen.
I would expect the
index.js
file to be present or, if expected behavior, documentation to get around the new behavior.Desktop (please complete the following information):
Additional context Add any other context about the problem here.
I have also tried upgrading all React Router dependencies to their latest versions (as of writing 7.1.5
The text was updated successfully, but these errors were encountered: