mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Do not remove duplicate TS boilerplate until we find a good way to handle TS updates
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user