diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
commit | cf4619bc0a8d4399c7a669b806a2cda78e3d1ac7 (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /webpack.config.js | |
parent | aac66099e68d635cbb5945366e00232abf868bdb (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: [] }) |