Remove comments in build

This commit is contained in:
Daniel Imms
2017-01-16 14:02:55 -08:00
parent 259338b8c2
commit 94eb08fb73
+2 -1
View File
@@ -5,7 +5,8 @@
"rootDir": "src",
"allowJs": true,
"outDir": "lib",
"sourceMap": true
"sourceMap": true,
"removeComments": true
},
"include": [
"src/**/*"