Do not remove duplicate TS boilerplate until we find a good way to handle TS updates

This commit is contained in:
Alex Dima
2017-04-14 15:18:46 +03:00
parent 9530cf6e2b
commit a634d0bee8
2 changed files with 5 additions and 2 deletions

View File

@@ -226,7 +226,8 @@ function emitEntryPoints(modules: IBuildModuleInfo[], entryPoints: IEntryPointMa
});
return {
files: extractStrings(removeDuplicateTSBoilerplate(result)),
// TODO@TS 2.1.2
files: extractStrings(/*removeDuplicateTSBoilerplate(*/result/*)*/),
bundleData: bundleData
};
}