mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix compression hassio build
This commit is contained in:
parent
ba5d224080
commit
c01bd57ba5
@ -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$/],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user