From 01d63a7252f9a25fccb5c096a844ddc47104f11e Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Thu, 17 Jul 2025 20:51:45 -0700 Subject: [PATCH] chore: add onlyBuiltDependencies field to package.json for sharp --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5beb845b..e4d23429 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "@sveltejs/enhanced-img": "patches/@sveltejs__enhanced-img.patch", "tail": "patches/tail.patch", "@types/tail": "patches/@types__tail.patch" - } + }, + "onlyBuiltDependencies": [ + "sharp" + ] } }