Rsbuild is a Rspack-based build tool for the web that provides a fast and modern development experience. This guide shows you how to integrate Zephyr Cloud with your Rsbuild React application.
Select these options:
Navigate to your project:
Update your rsbuild.config.ts file:
The first time you initiate a build with Zephyr, it will prompt you to log in by directing you to the Zephyr website. This login is required only on your first build; subsequent builds will not require a login.
We may require you to log in again if you removed your Zephyr configuration file ~/.zephyr locally.
Your application will be automatically deployed to Zephyr Cloud during the build process.
To add Module Federation support to your Rsbuild application:
Update your rsbuild.config.ts:
You can pass options to the Zephyr plugin:
If you encounter issues:
zephyr-rsbuild-pluginFor more help, visit our Discord community or check our error codes documentation.