fix(compiler): fix merge error in compiler_host

This commit is contained in:
Victor Berchet 2016-12-14 15:36:49 -08:00
parent b6078f5887
commit fa9e21e83c
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ export class CompilerHost implements AotCompilerHost {
} }
} }
if (exports.exports) { if (exports.exports) {
v2Metadata.exports = exports.exports; v3Metadata.exports = exports.exports;
} }
} }
metadatas.push(v3Metadata); metadatas.push(v3Metadata);