Skip to content

fix(vite-plugin): skip client build if it has no entry files#126

Merged
GauBen merged 1 commit intomainfrom
fix-123
Feb 28, 2025
Merged

fix(vite-plugin): skip client build if it has no entry files#126
GauBen merged 1 commit intomainfrom
fix-123

Conversation

@GauBen
Copy link
Copy Markdown
Member

@GauBen GauBen commented Feb 27, 2025

Description

Fixes #123

image

We delete the client config rather than not creating it because it's a default Vite environment; it's always defined.

Tests

The following are included in this PR

  • Unit Tests (Most changes should have unit tests)
  • Integration Tests

Checklist

I have considered the following implications of my change:

  • Security (in particular for changes to authentication, authorization, data fetching, ...)
  • Performance
  • Migration
  • Code maintainability

Documentation

  • Inline documentation
  • Internal Documentation (wiki)
  • User-facing Documentation

@GauBen GauBen self-assigned this Feb 27, 2025
@GauBen GauBen requested a review from a team as a code owner February 27, 2025 17:02
@GauBen GauBen enabled auto-merge (squash) February 27, 2025 17:03
@GauBen GauBen merged commit bb5b0de into main Feb 28, 2025
@GauBen GauBen deleted the fix-123 branch February 28, 2025 11:10
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.

Vite plugin: build should not fail if client is empty

2 participants