Add Vite plugin registry metadata#14946
Conversation
This adds the `vite-plugin` keyword to `@react-router/dev`, so it shows up in the Vite plugin registry. This also documents it’s incompatible with Rollup and Rolldown. I also copied the keywords from the `react-router` package.
|
|
Hi @remcohaszing, 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 |
|
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
This adds the
vite-pluginkeyword to@react-router/dev, so it shows up in the Vite plugin registry. This also documents it’s incompatible with Rollup and Rolldown.I also copied the keywords from the
react-routerpackage.