Skip to content

fix(e2e): use valid Vite outDir option to prevent parallel build race condition#32754

Merged
chaosmirage merged 1 commit intoDevExpress:26_1from
chaosmirage:fix/vite-config
Mar 5, 2026
Merged

fix(e2e): use valid Vite outDir option to prevent parallel build race condition#32754
chaosmirage merged 1 commit intoDevExpress:26_1from
chaosmirage:fix/vite-config

Conversation

@chaosmirage
Copy link
Contributor

… condition

@chaosmirage chaosmirage self-assigned this Mar 2, 2026
@chaosmirage chaosmirage requested a review from a team March 2, 2026 18:17
@chaosmirage chaosmirage changed the title fix(e2e): use valid Vite outDir option to prevent parallel build race… fix(e2e): use valid Vite outDir option to prevent parallel build race condition Mar 2, 2026
@chaosmirage chaosmirage marked this pull request as ready for review March 2, 2026 18:22
Copilot AI review requested due to automatic review settings March 2, 2026 18:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Vite bundler configuration used by the e2e/bundlers Nx target to use Vite’s supported build.outDir option, avoiding output directory collisions that can cause race conditions during parallel builds.

Changes:

  • Replaces an invalid build.output setting with build.outDir in the Vite config.
  • Directs Vite build artifacts into ./dist/dist_vite to isolate outputs from other bundlers.

@chaosmirage chaosmirage merged commit c735f84 into DevExpress:26_1 Mar 5, 2026
172 of 176 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants