chore(angular): remove super-fluent nullish assignment (#20382)
This commit is contained in:
parent
729bb5c398
commit
c8e753ad8a
@ -322,7 +322,7 @@ function withSchemaDefaults(options: any): BrowserBuilderSchema {
|
|||||||
options.outputHashing ??= 'none';
|
options.outputHashing ??= 'none';
|
||||||
options.progress ??= true;
|
options.progress ??= true;
|
||||||
options.scripts ??= [];
|
options.scripts ??= [];
|
||||||
options.main = options.main ??= options.browser;
|
options.main ??= options.browser;
|
||||||
|
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user