diff --git a/web/package.json b/web/package.json index 90afd93fca..32335caa7a 100644 --- a/web/package.json +++ b/web/package.json @@ -204,13 +204,5 @@ "**/*.ts?(x)": [ "eslint --fix" ] - }, - "pnpm": { - "ignoredBuiltDependencies": [ - "canvas", - "core-js-pure", - "esbuild", - "sharp" - ] } }