mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
e4e5bc2c87
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.
With Rspack
Warning
This example uses a package is currently experimental and actively developed and supported in Next.js’
canarybranch. 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
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).