mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(bazel): make option generateExtraImportsInLocalMode configurable (#53543)
This is to allow testing this option using bazel PR Close #53543
This commit is contained in:
committed by
Jessica Janiuk
parent
8c36f2d6f1
commit
5feed80523
@@ -90,6 +90,7 @@ export async function runOneBuild(
|
||||
'extendedDiagnostics',
|
||||
'forbidOrphanComponents',
|
||||
'onlyExplicitDeferDependencyImports',
|
||||
'generateExtraImportsInLocalMode',
|
||||
]);
|
||||
|
||||
const userOverrides = Object.entries(userOptions)
|
||||
|
||||
Reference in New Issue
Block a user