Skip to content

Commit 91117c9

Browse files
authored
fix(angular): fallback to buildTarget.options if no configuration provided (#14952)
1 parent c712949 commit 91117c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/src/builders/webpack-dev-server/webpack-dev-server.impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function executeWebpackDevServerBuilder(
4242
? buildTarget.configurations[parsedBrowserTarget.configuration]
4343
: buildTarget.defaultConfiguration
4444
? buildTarget.configurations[buildTarget.defaultConfiguration]
45-
: undefined;
45+
: buildTarget.options;
4646

4747
const buildLibsFromSource =
4848
options.buildLibsFromSource ??

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy