In this document, you will learn how to build a Solid application using Rsbuild.
Use create-rsbuild
to create a Solid application with Rsbuild. Run the following command:
Then select Solid
when prompted to "Select framework".
To compile Solid components, you need to register the Rsbuild Solid plugin. The plugin will automatically add the necessary configuration for Solid builds.
For example, register in rsbuild.config.ts
: