Skip to content

Commit ea49d84

Browse files
committed
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 11d1f2e commit ea49d84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)