docs: mention turbopack and fix file extension#4120
docs: mention turbopack and fix file extension#4120notrab wants to merge 5 commits intographql:mainfrom
Conversation
|
dimaMachina
left a comment
There was a problem hiding this comment.
Also, the link to the Next.js example page.ts was wrong. This renames that file to use .tsx instead.
yep, link was wrong, but we don't need tsx extension since there is no jsx tags in this file, pushed fixes in your PR, LGTM
For those using Next.js 16 and above, Turbopack is the default which has the same
URL()syntax as Webpack.Also, the link to the Next.js example
page.tswas wrong. This renames that file to use.tsxinstead.