Files
Luke Sandberg e4e5bc2c87 align dev and build output (#94916)
Log the version of next _before_ evaluating the config in `next build`
just like `next dev`

Also, if `withRspack` is used, print a simple line saying that the
bundler has changed.
2026-07-08 05:38:20 +00:00
..

With Rspack

Warning

This example uses a package is currently experimental and actively developed and supported in Next.js canary branch. To use this, you must be using a published canary build of Next.js.

This example demonstrates using Rspack in place of webpack in Next.js using next-rspack.

Deploy your own

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-rspack with-rspack-app
yarn create next-app --example with-rspack with-rspack-app
pnpm create next-app --example with-rspack with-rspack-app

Deploy it to the cloud with Vercel (Documentation).