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/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", 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",