Skip to content

Commit

Permalink
fix(angular): fallback to buildTarget.options if no configuration pro…
Browse files Browse the repository at this point in the history
…vided (#14952)
  • Loading branch information
Coly010 committed Feb 13, 2023
1 parent c712949 commit 91117c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function executeWebpackDevServerBuilder(
? buildTarget.configurations[parsedBrowserTarget.configuration]
: buildTarget.defaultConfiguration
? buildTarget.configurations[buildTarget.defaultConfiguration]
: undefined;
: buildTarget.options;

const buildLibsFromSource =
options.buildLibsFromSource ??
Expand Down

0 comments on commit 91117c9

Please sign in to comment.