From 7f7d85dfa7d3bfe5bffa2e3811a6c2cb62aeb98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=90=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Wed, 1 Aug 2018 19:44:01 +0300 Subject: [PATCH] config.json: re-enable compression by default https://github.com/nodejs/Gzemnid/issues/18 has been fixed. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 6eca246..bf7f482 100644 --- a/config.json +++ b/config.json @@ -12,6 +12,6 @@ "features": { "ast": false }, - "compress": false + "compress": true } }