diff options
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: [] }) |