Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@
"semantic-release": "^24.2.9",
"tailwindcss": "^4",
"typescript": "^5"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"unrs-resolver"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

unrs-resolver라는 패키지는 npm에 존재하지 않는 것으로 보입니다. PR 설명에서 "잘 알려진 native 빌드 의존성(ESLint resolver)"이라고 언급하신 점으로 미루어 보아, Rust 기반의 oxc-resolver를 의도하신 것이 아닌지 확인이 필요합니다. 만약 패키지명이 잘못되었다면 pnpm의 빌드 차단 문제가 해결되지 않을 수 있습니다.

Suggested change
"unrs-resolver"
"oxc-resolver"

]
}
}
Loading