Просмотр исходного кода

added default value for "enable-MAFF"

Gildas 7 лет назад
Родитель
Сommit
fe48b93470
1 измененных файлов с 1 добавлено и 0 удалено
  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,