Skip to content

Commit fa9e21e

Browse files
committed
fix(compiler): fix merge error in compiler_host
1 parent b6078f5 commit fa9e21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/@angular/compiler-cli/src/compiler_host.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export class CompilerHost implements AotCompilerHost {
198198
}
199199
}
200200
if (exports.exports) {
201-
v2Metadata.exports = exports.exports;
201+
v3Metadata.exports = exports.exports;
202202
}
203203
}
204204
metadatas.push(v3Metadata);

0 commit comments

Comments
 (0)