2026-05-21
요약 (AI 작성)
ohah의 2026-05-21은 크론 스펠 체크 작업과 zntc의 릴리즈 인증 문제 해결, 번들러 및 React Native 최적화에 집중했습니다. ohah/ohah.github.io에서는 hwpjs/tech-stack.mdx와 craby/development-3.mdx의 스펠링 검증을 완료했습니다. ohah/zntc에서는 bun publish와 npm publish 인증 문제를 NPM_CONFIG_TOKEN 환경변수, .npmrc 리터럴 토큰, whoami 검증 등 여러 방법으로 해결했습니다. 또한 React 19 예제 추가, module-federation 브라우저 데모, resolver 최적화, bundler 내보내기 DCE 개선, CLI 릴리스 회귀 수정 등 주요 개선 작업들이 머지되었습니다.
커밋
ohah/ohah.github.io
- chore(cron): verify hwpjs/tech-stack.mdx spelling (2026-05-21)
- docs: cron: add entry for react-native-mcp/development-1.mdx verification
- cron: CRD_WRITE.md updated - verified docs/index.mdx (lint passed)
- docs: cron - verify craby/development-3.mdx (2026-05-22)
- cron: record completion of spelling verification (craby/development-3.mdx)
ohah/zntc
- chore(examples): /simplify rspack example — sibling parity + correctness
- chore(examples): add react-19-vite + rspack to workspace
- chore(examples): add react-19-zntc to workspace + fix react-compiler version
- test(integration): bundle-level regression guard for scoped @jsxImportSource
- docs(rn): add config examples
- refactor(linker): extract ImportKind.isEagerEvalDependency + dedupe getModule
- fix(rn): preserve re-export source side effects
- test(e2e): examples zntc-build browser smoke CI guard
- feat(examples): module-federation browser demo (host renders zntc remote)
- fix(release): bun publish 대신 npm publish 로 인증 해결
- fix(release): bun publish npm 인증 (.npmrc 리터럴 토큰)
- fix(release): npm publish 인증 — setup-node registry-url 제거 + whoami
- test(rn): cover minify-undefined tri-state + clarify worklet closure doc
- fix(rn): prune release dev branches without minifying
- fix(rn): exclude worklet error globals from closure
- perf(react-native): remove duplicate Metro scale fallback in asset plugin
- refactor(module-store): reuse freeCachedModule in putModule error paths
- test(cli): register output key in buildOptionsOnlyKeys allowlist
- refactor(cli): drop inlineDynamicImportsExplicit sentinel via tristate default
- chore(tests): consolidate waitForServer into @zntc/test-helpers workspace (#74)
- refactor(resolver): reuse findPackageDirPath in pnpm path helpers
- refactor(app-build): tighten jsx option type + alias jsx imports
- fix(server): 32-bit & macOS Intel CLI release 빌드 회귀 수정
- refactor(rn): apply resolver-cache helper to cli watch + dedupe side-effect gate
- fix(rn): preserve resolver options in hmr
- fix(rn): preserve side-effect import order
- fix(bundler): apply statement-level export DCE in splitting emit path
- fix(app-build): forward jsx options to buildApp (React is not defined)
- refactor(bundler): plug used-names leak + pre-reserve in splitting dce
- fix(lexer): keep scoped package path in @jsxImportSource pragma
- fix(release): bun publish 복귀로 workspace protocol 자동 변환 + v0.1.1