diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 218d0148b1336793aec2bdb5a157f1d3a671807b (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /webpack.config.js | |
parent | 6ccf7d59c5b7accf5ac6040860c087b3c90207f4 (diff) |
RESTRUCT Update layout to remove homescreen styles
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
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: [] }) |