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 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: [] |