Add pnpm onlyBuiltDependencies configuration

This commit is contained in:
Torsten Dittmann
2025-03-25 17:06:38 +01:00
parent 3fe97a863f
commit f4725887fd

View File

@@ -96,5 +96,16 @@
"vite-plugin-image-optimizer": "^1.1.8", "vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-manifest-sri": "^0.2.0", "vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^1.6.0" "vitest": "^1.6.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@sentry/cli",
"core-js",
"esbuild",
"sharp",
"svelte-preprocess",
"ttf2woff2"
]
} }
} }