From f403dfd669606316827fa8b96b95ae573b2ef644 Mon Sep 17 00:00:00 2001 From: tonghuaxingdsb <146808126+tonghuaxingdsb@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:09:01 +0800 Subject: [PATCH 1/2] Add Vite plugin bugs metadata --- packages/published/vite-plugin/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/published/vite-plugin/package.json b/packages/published/vite-plugin/package.json index e4b4688dd..c9adcb920 100644 --- a/packages/published/vite-plugin/package.json +++ b/packages/published/vite-plugin/package.json @@ -13,6 +13,9 @@ "unplugin" ], "homepage": "https://github.com/DataDog/build-plugins#readme", + "bugs": { + "url": "https://github.com/DataDog/build-plugins/issues" + }, "repository": { "type": "git", "url": "https://github.com/DataDog/build-plugins", From 25673a62655dc4c0d80bda5aa450323545425890 Mon Sep 17 00:00:00 2001 From: tonghuaxingdsb <146808126+tonghuaxingdsb@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:16:39 +0800 Subject: [PATCH 2/2] Add bugs metadata to published packages --- packages/published/esbuild-plugin/package.json | 3 +++ packages/published/rollup-plugin/package.json | 3 +++ packages/published/rspack-plugin/package.json | 3 +++ packages/published/webpack-plugin/package.json | 3 +++ 4 files changed, 12 insertions(+) diff --git a/packages/published/esbuild-plugin/package.json b/packages/published/esbuild-plugin/package.json index 35faaf929..fa380e388 100644 --- a/packages/published/esbuild-plugin/package.json +++ b/packages/published/esbuild-plugin/package.json @@ -13,6 +13,9 @@ "unplugin" ], "homepage": "https://github.com/DataDog/build-plugins#readme", + "bugs": { + "url": "https://github.com/DataDog/build-plugins/issues" + }, "repository": { "type": "git", "url": "https://github.com/DataDog/build-plugins", diff --git a/packages/published/rollup-plugin/package.json b/packages/published/rollup-plugin/package.json index af5a558b8..1acb3bcee 100644 --- a/packages/published/rollup-plugin/package.json +++ b/packages/published/rollup-plugin/package.json @@ -13,6 +13,9 @@ "unplugin" ], "homepage": "https://github.com/DataDog/build-plugins#readme", + "bugs": { + "url": "https://github.com/DataDog/build-plugins/issues" + }, "repository": { "type": "git", "url": "https://github.com/DataDog/build-plugins", diff --git a/packages/published/rspack-plugin/package.json b/packages/published/rspack-plugin/package.json index e911b9031..f2901d245 100644 --- a/packages/published/rspack-plugin/package.json +++ b/packages/published/rspack-plugin/package.json @@ -13,6 +13,9 @@ "unplugin" ], "homepage": "https://github.com/DataDog/build-plugins#readme", + "bugs": { + "url": "https://github.com/DataDog/build-plugins/issues" + }, "repository": { "type": "git", "url": "https://github.com/DataDog/build-plugins", diff --git a/packages/published/webpack-plugin/package.json b/packages/published/webpack-plugin/package.json index 9fa047fa5..b9a124e86 100644 --- a/packages/published/webpack-plugin/package.json +++ b/packages/published/webpack-plugin/package.json @@ -13,6 +13,9 @@ "unplugin" ], "homepage": "https://github.com/DataDog/build-plugins#readme", + "bugs": { + "url": "https://github.com/DataDog/build-plugins/issues" + }, "repository": { "type": "git", "url": "https://github.com/DataDog/build-plugins",