mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
780594f7b6
This ensures when a dependency has a recursive require our should ignore handling doesn't accidentally loop back and forth. x-ref: https://github.com/lovell/sharp/issues/3944 Closes NEXT-2121
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
export default function Page() {
|
|
return <p>hello world</p>
|
|
}
|