1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

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 &&
isCI &&
!isCI &&
new CompressionPlugin({
cache: true,
exclude: [/\.js\.map$/, /\.LICENSE$/, /\.py$/, /\.txt$/],