ended6월 7일· 1 sources

Next.js Restores Source Map Provenance in React Compiler Pipeline

Next.js, React Compiler 사용 시 소스맵 원본 추적 기능 복구

Why it matters

Source maps serve as provenance artifacts that establish trust between browser code and its original source—critical for production debugging. When Next.js uses React Compiler with Turbopack, the composition pipeline was losing original source authority, exposing compiler transformations instead of actual code. This fix ensures source provenance survives the entire transformation chain, restoring developers' debugging transparency in production.

1
Sources
+0
24h
Growth
106d
Active
Next.jssource mapsReact CompilerTurbopacksource provenance

Sources

Related Issues