Merge pull request #485 from Tyriar/remove_comments_in_build

Remove comments in build
This commit is contained in:
Daniel Imms
2017-01-16 15:14:42 -08:00
committed by GitHub
+2 -1
View File
@@ -5,7 +5,8 @@
"rootDir": "src",
"allowJs": true,
"outDir": "lib",
"sourceMap": true
"sourceMap": true,
"removeComments": true
},
"include": [
"src/**/*"