mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-20 00:59:51 +00:00
Minify HTML and CSS template literals (#15624)
This commit is contained in:
@@ -51,7 +51,7 @@ const createWebpackConfig = ({
|
||||
use: {
|
||||
loader: "babel-loader",
|
||||
options: {
|
||||
...bundle.babelOptions({ latestBuild }),
|
||||
...bundle.babelOptions({ latestBuild, isProdBuild }),
|
||||
cacheDirectory: !isProdBuild,
|
||||
cacheCompression: false,
|
||||
},
|
||||
|
Reference in New Issue
Block a user