Skip to content

Commit b01d447

Browse files
committed
Allow pnpm 10 build for esbuild
1 parent 8cf6a33 commit b01d447

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@
4444
},
4545
"engines": {
4646
"node": ">=22"
47+
},
48+
"pnpm": {
49+
"onlyBuiltDependencies": [
50+
"esbuild"
51+
]
4752
}
4853
}

0 commit comments

Comments
 (0)