build(bazel): turn on --nolegacy-external-runfiles (#26770)
PR Close #26770
This commit is contained in:

committed by
Andrew Kushnir

parent
f8f1168fa6
commit
3da82338d1
@ -70,7 +70,7 @@ export function createTsConfig(options: TsConfigOptions) {
|
||||
'tsickleExternsPath': '',
|
||||
// we don't copy the node_modules into our tmp dir, so we should look in
|
||||
// the original workspace directory for it
|
||||
'nodeModulesPrefix': '../angular/external/ngdeps/node_modules',
|
||||
'nodeModulesPrefix': '../ngdeps/node_modules',
|
||||
},
|
||||
'files': options.files,
|
||||
'angularCompilerOptions': {
|
||||
|
Reference in New Issue
Block a user