Skip to content

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

+1
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)