File tree
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed packages/angular_devkit/build_angular/src/builders/browser-esbuild
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -152,7 +152,8 @@ export async function normalizeOptions(
|
152 | 152 | crossOrigin,
|
153 | 153 | externalDependencies,
|
154 | 154 | poll,
|
155 |
| -preserveSymlinks, |
| 155 | +// If not explicitly set, default to the Node.js process argument |
| 156 | +preserveSymlinks: preserveSymlinks ?? process.execArgv.includes('--preserve-symlinks'), |
156 | 157 | stylePreprocessorOptions,
|
157 | 158 | subresourceIntegrity,
|
158 | 159 | verbose,
|
|
You can’t perform that action at this time.
0 commit comments