Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 95d16dc

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular/build): pass preserveSymlinks option to Karma esbuild builder
Ensure that several previously omitted options are correctly passed to the Karma esbuild builder, improving consistency and expected behavior.
1 parent 81492fd commit 95d16dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎packages/angular/build/src/builders/karma/application_builder.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ async function initializeApplication(
405405
entryPoints,
406406
tsConfig: options.tsConfig,
407407
outputPath,
408+
preserveSymlinks: options.preserveSymlinks,
408409
aot: options.aot,
409410
index: false,
410411
outputHashing: OutputHashing.None,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /