sebavan %!s(int64=6) %!d(string=hai) anos
pai
achega
62c939ba56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Tools/Publisher/publisher.js

+ 1 - 1
Tools/Publisher/publisher.js

@@ -136,7 +136,7 @@ function processEs6Packages(version) {
         console.log("    Cleanup " + buildPath);
         rmDir(buildPath);
 
-        let command = 'tsc -t es6 -m esNext -p ' + projectPath + ' --outDir ' + buildPath;
+        let command = 'tsc -t es5 -m esNext -p ' + projectPath + ' --outDir ' + buildPath;
         console.log("    Executing " + command);
 
         let tscCompile = shelljs.exec(command);