File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ function applyPatches() {
87
87
const hasFlatModuleBundle = fs.existsSync(filePath.replace('.d.ts', '.metadata.json'));
88
88
if ((filePath.includes('node_modules/') || !hasFlatModuleBundle) && $1` ,
89
89
'node_modules/@angular/compiler-cli/src/transformers/compiler_host.js' ) ;
90
- // applyPatch(path.join(__dirname, './flat_module_factory_resolution.patch'));
90
+ applyPatch ( path . join ( __dirname , './flat_module_factory_resolution.patch' ) ) ;
91
91
// The three replacements below ensure that metadata files can be read by NGC and
92
92
// that metadata files are collected as Bazel action inputs.
93
93
searchAndReplace (
@@ -108,7 +108,7 @@ function applyPatches() {
108
108
'node_modules/@angular/bazel/src/ng_module.bzl' ) ;
109
109
110
110
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1208.
111
- // applyPatch(path.join(__dirname, './manifest_externs_hermeticity.patch'));
111
+ applyPatch ( path . join ( __dirname , './manifest_externs_hermeticity.patch' ) ) ;
112
112
113
113
// Workaround for https://github.com/angular/angular/issues/33452:
114
114
searchAndReplace (
You can’t perform that action at this time.
0 commit comments