Skip to content

Commit

Permalink
Revert "fix(vite): do not use merged options for preview's build targ…
Browse files Browse the repository at this point in the history
…et (#14815)"

This reverts commit 8d87654.
  • Loading branch information
mandarini committed Feb 8, 2023
1 parent 6520e60 commit 3a62338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function* vitePreviewServerExecutor(

// Launch the build target.
const target = parseTargetString(options.buildTarget, context.projectGraph);
const build = await runExecutor(target, buildTargetOptions, context);
const build = await runExecutor(target, mergedOptions, context);

for await (const result of build) {
if (result.success) {
Expand Down

0 comments on commit 3a62338

Please sign in to comment.