summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--webpack.config.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ebf5fa2..b887236 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@ npm-debug.log*
.versions/
coverage/
dist/
+package/
node_modules/
tmp/
temp/
diff --git a/webpack.config.js b/webpack.config.js
index ac50a74..68999df 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: 'mixer',
extension: 'wgt',
exclude: []