diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-11-06 10:00:28 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 701290bb5ea0bc8e68d19f055cd20e58fd071d3a (patch) | |
tree | a8976521f2c30c319f434063ecd08e2718ee1a3c /webpack.config.js | |
parent | 323e742d3027c0461e3d820520d2e69d3401428c (diff) |
FUNCT Generate .wgt file under package folder
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 81d3966..3470e35 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -54,7 +54,7 @@ module.exports = { path: __dirname + '/dist' }), new ZipPlugin({ - path: __dirname + '/dist', + path: __dirname + '/package', filename: 'homescreen', extension: 'wgt', exclude: [] |