From: Daniel Imms Date: Mon, 16 Jan 2017 23:14:42 +0000 (-0800) Subject: Merge pull request #485 from Tyriar/remove_comments_in_build X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ed13218f9098a997283d996e7570d5cdb24ed87f;hp=259338b8c2ac626de7f57973547795111c82d301;p=mirror_xterm.js.git Merge pull request #485 from Tyriar/remove_comments_in_build Remove comments in build --- diff --git a/tsconfig.json b/tsconfig.json index f5a7d66..c9e7fd4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "rootDir": "src", "allowJs": true, "outDir": "lib", - "sourceMap": true + "sourceMap": true, + "removeComments": true }, "include": [ "src/**/*"