-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Provide SSR mode in conditional config #8835
Copy link
Copy link
Closed
Description
Description
As a developer I want to be able to adjust my Vite config based on whether I'm building the client bundle or the SSR bundle.
Suggested solution
Extend the conditional config to also provide the SSR mode (the documentation currently encourages to set this as a command line flag so the info should be available at config build time?)
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable