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" + ] } }