Skip to content

Commit 65ee74b

Browse files
feat: add unrs-resolver to pnpm onlyBuiltDependencies in package.json
Added unrs-resolver to the onlyBuiltDependencies list in the pnpm configuration within package.json to ensure it is included in the build
1 parent cf2c420 commit 65ee74b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
},
6262
"pnpm": {
6363
"onlyBuiltDependencies": [
64-
"esbuild"
64+
"esbuild",
65+
"unrs-resolver"
6566
]
6667
}
6768
}

0 commit comments

Comments
 (0)