Skip to content

Commit 154f5ef

Browse files
committed
[pnpm] added onlyBuiltDependencies of esbuild
1 parent 79714b2 commit 154f5ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@
4646
"tslib": "^2.8.1",
4747
"tsup": "^8.3.6",
4848
"typescript": "^5.7.3"
49+
},
50+
"pnpm": {
51+
"onlyBuiltDependencies": [
52+
"esbuild"
53+
]
4954
}
5055
}

0 commit comments

Comments
 (0)