Turbopack
next dev uses webpack by default. Enable Turbopack with the --turbo flag.
For most of the Next.js 13 to 15 line the dev server ran on webpack by default. You opted into Turbopack with next dev --turbo once it was stable. Next.js 16 reversed this by making Turbopack the default. The --turbo flag is no longer how you reach it.