Skip to content

Commit

Permalink
Added kebab-case for Angular 14+ compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
etchenko committed Feb 6, 2024
1 parent f899235 commit 4bfea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cls/pkg/isc/ipm/js/angular/processor.cls
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Method GetBuildCommand(buildDirectory As %String, Output command)
{
Do ##super(buildDirectory,.command)
Set command($i(command)) = "--"
Set command($i(command)) = "--baseHref="_..baseHref
Set command($i(command)) = "--base-href="_..baseHref
Set command($i(command)) = "--progress=false"
}

Expand Down

0 comments on commit 4bfea7a

Please sign in to comment.