summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-07-01 13:28:37 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:20:13 +0100
commit8941ce3958a90711d309c1a7ef3c7a3f9c148a97 (patch)
tree353420caeece37a2c0af857a2b569637da593d08 /webpack.config.js
parent1893ddafd77d7e9d7489b1f4bbe8ff9d66389c5e (diff)
RESTRUCT Update layout to remove homescreen styles
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 2b74bb2..e6baeb2 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -50,7 +50,7 @@ module.exports = {
}),
new ZipPlugin({
path: __dirname + '/dist',
- filename: 'homescreen',
+ filename: 'hvac',
extension: 'wgt',
exclude: []
})