Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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).