aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-09-23 13:29:46 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:20:13 +0100
commit2de1c21023be0d1518d3d2ac663d00a7c20c8944 (patch)
tree9ba90b9d3114846f949dd630ead35be10fb997fc /webpack.config.js
parentc3a5d63e11e85d617a131160e8af6baed55fbfb6 (diff)
FUNCT Add first draft for settings screen
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 0d6cf17..bb53984 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -10,8 +10,7 @@ const ZipPlugin = require('zip-webpack-plugin');
module.exports = {
mode: 'production',
entry: {
- index: './src/index.js',
- index: './src/js/app.js'
+ index: './src/index.js'
},
output: {
path: __dirname + '/dist',
@@ -56,7 +55,7 @@ module.exports = {
}),
new ZipPlugin({
path: __dirname + '/dist',
- filename: 'mixer',
+ filename: 'settings',
extension: 'wgt',
exclude: []
})