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 19:12:47 +0100 |
commit | 954db2a44b1eab1c973bd94382f5abc5829f7b1e (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /webpack.config.js | |
parent | d15f8cb06f8d45e9bdaf28cf861f2f14d23ef968 (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: [] }) |