Conversation
🦋 Changeset detectedLatest commit: fa247e3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Hi @vixalien, Welcome, and thank you for contributing to React Router! Before we consider your pull request, we ask that you sign our Contributor License Agreement (CLA). We require this only once. You may review the CLA and sign it by adding your name to contributors.yml. Once the CLA is signed, the If you have already signed the CLA and received this response in error, or if you have any questions, please contact us at hello@remix.run. Thanks! - The Remix team |
9873152 to
fa247e3
Compare
|
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
|
Oops, can't figure out how to fix the tests. help appreciated |
This PR configures
@react-router/devto load it's config file usingvitedirectly, instead of usingvite-node.vite-nodehas "finished it's mission" according to it's README, because it's capabilities can now be done with Vite natively.I ported react router to use
vitedirectly according to instructions at antfu-collective/vite-node#11 (comment)Please let me know if anything else is needed or more details are needed. I believe loading directly via
vite-nodewill be faster (not benchmarked)