Explorar el Código

added default value for "enable-MAFF"

Gildas hace 7 años
padre
commit
fe48b93470
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cli/single-file.js

+ 1 - 0
cli/single-file.js

@@ -40,6 +40,7 @@ const args = require("yargs")
 		"browser-wait-until": "networkidle0",
 		"compress-CSS": true,
 		"compress-HTML": true,
+		"enable-MAFF": false,
 		"group-duplicate-images": true,
 		"load-deferred-images": true,
 		"load-deferred-images-max-idle-time": 1500,