-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Support multiple environment configuration #2620
Labels
Comments
2 tasks
This was referenced Jun 19, 2024
This was referenced Jun 20, 2024
This was referenced Jun 21, 2024
This was referenced Jun 21, 2024
2 tasks
2 tasks
This was referenced Jun 24, 2024
2 tasks
2 tasks
This was referenced Jun 25, 2024
This was referenced Jun 25, 2024
This was referenced Jun 26, 2024
2 tasks
This was referenced Jul 1, 2024
2 tasks
This was referenced Jul 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
Enhance the current multi-target building capabilities, users can define completely different Rsbuild configurations for different environments.
Different environments can be different usage scenarios of the same rsbuild target (node SSR / node RSC) or different rsbuild targets (web / node SSR)
before:
after:
What does the proposed API look like?
Add the
environments
field in Rsbuild config, and environment configuration can override the basic Rsbuild configuration.MVP
More
The text was updated successfully, but these errors were encountered: