Skip to content

Commit

Permalink
Add esbuild to allowed to build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Jan 18, 2025
1 parent b85e22e commit d8107b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"node": ">= 18"
},
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@manypkg/cli": "^0.23.0",
Expand Down

0 comments on commit d8107b5

Please sign in to comment.