From cf9100289af31158630a019f0ca89931c7e3b5a7 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 3 Apr 2026 10:38:07 +0200 Subject: [PATCH 1/2] Add Vite plugin registry metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- packages/react-router-dev/package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages/react-router-dev/package.json b/packages/react-router-dev/package.json index 28092b6dc2..e71463c653 100644 --- a/packages/react-router-dev/package.json +++ b/packages/react-router-dev/package.json @@ -2,6 +2,16 @@ "name": "@react-router/dev", "version": "7.14.0", "description": "Dev tools and CLI for React Router", + "keywords": [ + "react", + "router", + "route", + "routing", + "history", + "link", + "vite", + "vite-plugin" + ], "homepage": "https://reactrouter.com", "bugs": { "url": "https://github.com/remix-run/react-router/issues" @@ -44,6 +54,17 @@ "bin": { "react-router": "bin.js" }, + "compatiblePackages": { + "schemaVersion": 1, + "rolldown": { + "type": "incompatible", + "reason": "Uses Vite-specific APIs" + }, + "rollup": { + "type": "incompatible", + "reason": "Uses Vite-specific APIs" + } + }, "scripts": { "build": "wireit", "typecheck": "tsc" From d6f3e52295a9a0fc64dcb3e206e8f92418ae5e6f Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 3 Apr 2026 11:02:23 +0200 Subject: [PATCH 2/2] Add remcohaszing to contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index e166455453..e8c5e0015b 100644 --- a/contributors.yml +++ b/contributors.yml @@ -350,6 +350,7 @@ - QzCurious - redabacha - refusado +- remcohaszing - remorses - renyu-io - reyronald