rsnext/test/.stats-app/app/app-ssr/page.js
Jiachi Liu 3618b9017e
Merge app internal chunk into main chunk for layouts (#41902)
When emitting the client components entry from server compiler, merging
app internal entry into main-app to avoid duplicated chunks like react
are generated in both sides

Related: https://github.com/vercel/next.js/issues/41870
2022-10-27 16:50:46 -07:00

5 lines
83 B
JavaScript

export default function page() {
return 'app-ssr'
}
export const revalidate = 0