Skip to content

Commit 5c84d21

Browse files
committed
fixup! build: update to [email protected]
1 parent 8b1c80f commit 5c84d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/postinstall/apply-patches.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function applyPatches() {
8787
const hasFlatModuleBundle = fs.existsSync(filePath.replace('.d.ts', '.metadata.json'));
8888
if ((filePath.includes('node_modules/') || !hasFlatModuleBundle) && $1`,
8989
'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'));
9191
// The three replacements below ensure that metadata files can be read by NGC and
9292
// that metadata files are collected as Bazel action inputs.
9393
searchAndReplace(
@@ -108,7 +108,7 @@ function applyPatches() {
108108
'node_modules/@angular/bazel/src/ng_module.bzl');
109109

110110
// 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'));
112112

113113
// Workaround for https://github.com/angular/angular/issues/33452:
114114
searchAndReplace(

0 commit comments

Comments
 (0)