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 cc5229a

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. (cherry picked from commit 95d16dc)
1 parent 450dc45 commit cc5229a

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
@@ -408,6 +408,7 @@ async function initializeApplication(
408408
entryPoints,
409409
tsConfig: options.tsConfig,
410410
outputPath,
411+
preserveSymlinks: options.preserveSymlinks,
411412
aot: options.aot,
412413
index: false,
413414
outputHashing: OutputHashing.None,

0 commit comments

Comments
(0)

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