From c01bd57ba52d7f3e5ca7bceb6da5dd78425bbc7f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 20 Nov 2018 17:07:26 +0100 Subject: [PATCH] Fix compression hassio build --- hassio/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/webpack.config.js b/hassio/webpack.config.js index 34c0f578b2..5872e7f8b7 100644 --- a/hassio/webpack.config.js +++ b/hassio/webpack.config.js @@ -38,7 +38,7 @@ module.exports = { }, }), isProdBuild && - isCI && + !isCI && new CompressionPlugin({ cache: true, exclude: [/\.js\.map$/, /\.LICENSE$/, /\.py$/, /\.txt$/],