Skip to content

unused ssr fallback environment breaks build mode output #156

@dominikg

Description

@dominikg

Describe the bug

If a plugin generates any ssr config, vite automatically creates a fallback ssr environment.

vite-plugin-inspect wait until all environments are built before emitting metadata.json

if (!ranLast && remainingEnvs.size === 0) {

But if you build an spa with regular vite build, the ssr fallback environment is never built and so inspect build output isn't completed.

Reproduction

https://stackblitz.com/edit/vitejs-vite-kiuo477f?file=vite.config.js&terminal=dev

System Info

stackblitz

Used Package Manager

pnpm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Contributions

  • I am willing to submit a PR to fix this issue
  • I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions