From 1993d2a9348ec046045ee582f0442cdaafccef09 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 24 Jul 2026 12:27:00 +0200 Subject: [PATCH] Add plugin metadata for Vite registry This adds metadata for the Vite plugin registry at https://registry.vite.dev. The specific wording was chosen to match official Vite plugins. --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 3e62668..bc7494d 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,17 @@ "devtools", "chrome" ], + "compatiblePackages": { + "schemaVersion": 1, + "rolldown": { + "type": "incompatible", + "reason": "Uses Vite-specific APIs" + }, + "rollup": { + "type": "incompatible", + "reason": "Uses Vite-specific APIs" + } + }, "author": "Benedikt Meurer ", "bugs": { "url": "https://github.com/ChromeDevTools/vite-plugin-devtools-json/issues"