fix: warning with vite@8.1.0#15230
Conversation
|
Hi @AviVahl, 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 |
the new vite version started warning about this deprecated option being used. envDir was added in vite@6.3.0, so react-router is safe to use it. refs: https://github.com/vitejs/vite/blob/v8.1.0/packages/vite/CHANGELOG.md vitejs/vite#22555
02916f1 to
fb11b45
Compare
|
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
|
(rebased to sign the CLA) |
✅ Change File FoundOne or more change files found.
|
| R t d
V c w
t e a d w w u v | |
|
🤖 Hello there, We recently published version Thanks! |
fixes #15229
the new vite version started warning about this deprecated option being used.
envDir was added in vite@6.3.0, so react-router is safe to use it.
refs:
https://github.com/vitejs/vite/blob/v8.1.0/packages/vite/CHANGELOG.md
vitejs/vite#22555