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

ohah/zntc

PR (해당일 생성/머지)

repo#상태제목
ohah/zntc#3637mergedfix(release): bun publish 인증을 NPM_CONFIG_TOKEN 환경변수로 해결
ohah/zntc#3636mergedfix(release): bun publish 복귀로 workspace protocol 자동 변환 + v0.1.1
ohah/zntc#3635mergedfix(release): npm publish 인증 — setup-node registry-url 제거 + whoami
ohah/zntc#3634mergedfix(release): bun publish 대신 npm publish 로 인증 해결
ohah/zntc#3633mergedfix(release): bun publish npm 인증 (.npmrc 리터럴 토큰)
ohah/zntc#3632mergedfix(server): 32-bit & macOS Intel CLI release 빌드 회귀 수정
ohah/zntc#3631mergedtest(e2e): examples zntc-build browser smoke CI guard
ohah/zntc#3630mergedfeat(examples): module-federation browser demo (host renders zntc remote)
ohah/zntc#3629mergedrefactor(app-build): tighten jsx option type + alias jsx imports
ohah/zntc#3628closedfix(app-build): forward jsx options to buildApp (React is not defined)
ohah/zntc#3627mergedrefactor(bundler): plug used-names leak in splitting export DCE
ohah/zntc#3626mergedfix(app-build): forward jsx options to buildApp (React is not defined)
ohah/zntc#3625closedfix(app-build): forward jsx options to buildApp (React is not defined)
ohah/zntc#3624mergedfix(rn): preserve resolver options in hmr
ohah/zntc#3623mergedfix(bundler): apply statement-level export DCE in splitting emit path
ohah/zntc#3622mergedchore(examples): add react-19-vite + rspack to workspace
ohah/zntc#3621mergeddocs(rn): add config examples
ohah/zntc#3620mergedfix(rn): preserve re-export source side effects
ohah/zntc#3619mergedtest(integration): bundle-level regression guard for scoped @jsxImportSource
ohah/zntc#3618mergedchore(examples): add react-19-zntc to workspace + fix react-compiler version
ohah/zntc#3617mergedfix(lexer): keep scoped package path in @jsxImportSource pragma
ohah/zntc#3616mergedrefactor(cli): drop inlineDynamicImportsExplicit sentinel + restore schema drift guard
ohah/zntc#3615mergedfix(rn): stabilize release worklet bundling
ohah/zntc#3614mergedrefactor(resolver): reuse findPackageDirPath in pnpm path helpers
ohah/zntc#3613mergedperf(react-native): remove duplicate Metro scale fallback in asset plugin
ohah/zntc#3612mergedchore(tests): consolidate waitForServer into @zntc/test-helpers workspace
ohah/zntc#3611mergedrefactor(module-store): reuse freeCachedModule in putModule error paths