Skip to content

Commit f472588

Browse files
Add pnpm onlyBuiltDependencies configuration
1 parent 3fe97a8 commit f472588

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,16 @@
9696
"vite-plugin-image-optimizer": "^1.1.8",
9797
"vite-plugin-manifest-sri": "^0.2.0",
9898
"vitest": "^1.6.0"
99+
},
100+
"pnpm": {
101+
"onlyBuiltDependencies": [
102+
"@parcel/watcher",
103+
"@sentry/cli",
104+
"core-js",
105+
"esbuild",
106+
"sharp",
107+
"svelte-preprocess",
108+
"ttf2woff2"
109+
]
99110
}
100111
}

0 commit comments

Comments
 (0)