Fix compression hassio build

This commit is contained in:
Paulus Schoutsen 2018-11-20 17:07:26 +01:00
parent ba5d224080
commit c01bd57ba5

View File

@ -38,7 +38,7 @@ module.exports = {
}, },
}), }),
isProdBuild && isProdBuild &&
isCI && !isCI &&
new CompressionPlugin({ new CompressionPlugin({
cache: true, cache: true,
exclude: [/\.js\.map$/, /\.LICENSE$/, /\.py$/, /\.txt$/], exclude: [/\.js\.map$/, /\.LICENSE$/, /\.py$/, /\.txt$/],