Skip to content

[ICC-391] ✨ chore: vite 8 + plugin-react 5.2 승격 (rolldown 전환)#301

Merged
GulSauce merged 1 commit into
developfrom
ICC-391
Jul 5, 2026
Merged

[ICC-391] ✨ chore: vite 8 + plugin-react 5.2 승격 (rolldown 전환)#301
GulSauce merged 1 commit into
developfrom
ICC-391

Conversation

@GulSauce

@GulSauce GulSauce commented Jul 5, 2026

Copy link
Copy Markdown
Member

직전 커밋(790b6a9)에서 DEFER했던 vite 8 페어링을 재평가 트리거(#300 vite v8 PR 등장)에 따라 승격.

반영된 버전 승격

breaking change 해소

  1. plugin-react v6(Update dependency @vitejs/plugin-react to v6 #286) ERESOLVE: optional peer @rolldown/plugin-babel가 @babel/core 8.0.0-rc prerelease를 강제 → 전역 --legacy-peer-deps 필요. Constitution I(Simplicity) 위반으로 v6 대신 v5.2.0 채택(동일하게 vite 8 지원, rolldown-babel/react-compiler 미도입). #286은 DEFER 유지.
  2. rolldown manualChunks: 객체 형식 거부(TypeError: manualChunks is not a function) → 함수 형식으로 변환(vite.config.ts, 동일 그룹핑 유지: pdf-viewer/framer-motion/react-vendor)

검증 (세이프티 넷)

  • npm run build GREEN (vite 8 rolldown, prerender 7라우트 + sitemap) · 빌드 6.88s → 0.74s (rolldown ~9x)
  • npm run lint GREEN (0 errors, 82 warnings — 베이스라인 동일, 신규 경고 0)
  • npx prettier --check . GREEN
  • vite 8 preview 서버 부팅 HTTP 200 + app root 확인

DEFER 유지 (스코프 밖)

📢 설명

변경 1: [제목]

[변경에 대한 설명]

의사 선택과정 (trade-off)

trade-off가 있는 경우에만 작성

얻은 것

잃은 것

코드 설명: 인라인 코멘트 확인

✅ 체크 리스트

재현 확인

  • (PR 작성 시 채워주세요)

기본

  • 의사 선택 과정이 적절한지 확인
  • 코드 리뷰

직전 커밋(790b6a9)에서 DEFER했던 vite 8 페어링을 재평가 트리거(#300 vite v8 PR 등장)에 따라 승격.

## 반영된 버전 승격
- vite 6.3 → 8.1.3 (#300) — 기본 번들러 rollup → rolldown
- @vitejs/plugin-react 4.4 → 5.2.0 (vite 8 지원 최소 버전)

## breaking change 해소
1. plugin-react v6(#286) ERESOLVE: optional peer @rolldown/plugin-babel가
   @babel/core 8.0.0-rc prerelease를 강제 → 전역 --legacy-peer-deps 필요.
   Constitution I(Simplicity) 위반으로 v6 대신 v5.2.0 채택(동일하게 vite 8 지원,
   rolldown-babel/react-compiler 미도입). #286은 DEFER 유지.
2. rolldown manualChunks: 객체 형식 거부(TypeError: manualChunks is not a function)
   → 함수 형식으로 변환(vite.config.ts, 동일 그룹핑 유지: pdf-viewer/framer-motion/react-vendor)

## 검증 (세이프티 넷)
- npm run build GREEN (vite 8 rolldown, prerender 7라우트 + sitemap)
  · 빌드 6.88s → 0.74s (rolldown ~9x)
- npm run lint GREEN (0 errors, 82 warnings — 베이스라인 동일, 신규 경고 0)
- npx prettier --check . GREEN
- vite 8 preview 서버 부팅 HTTP 200 + app root 확인

## DEFER 유지 (스코프 밖)
- #286 @vitejs/plugin-react v6 — rolldown-babel/react-compiler 채택 시 재평가
- #292 pdfjs-dist v6 — react-pdf 10 전 버전이 pdfjs 5.4.296 고정, react-pdf가 v6 지원 시 재평가
- #299 pdfjs-dist 5.7.284 — react-pdf 10과 단일 버전 정렬 유지 위해 REJECT

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 860d9672-26b4-4437-9ec4-291cc98868d5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ICC-391

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@GulSauce GulSauce merged commit 732f17c into develop Jul 5, 2026
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant