Skip to content
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

refactor: use config.build.ssr instead of env.ssrBuild #165

Conversation

sapphi-red
Copy link
Member

In Vite 5, env.ssrBuild is renamed to env.isSsrBuild (vitejs/vite#14855). But in this case, config.build.ssr can be used as well.
vitejs/vite#13809.
So I used that instead.

This will fix the ecosystem-ci failure: https://github.com/vitejs/vite-ecosystem-ci/actions/runs/6766541296/job/18407003513

@csr632 csr632 merged commit d08ecf5 into vitejs:main Nov 12, 2023
4 checks passed
@sapphi-red sapphi-red deleted the refactor/use-config-build-ssr-instead-of-ssrbuild branch November 12, 2023 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants