BUGFIX Correct webpack.config.js
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>
Tue, 24 Sep 2019 10:37:15 +0000 (12:37 +0200)
committerLorenzo Tilve <ltilve@igalia.com>
Tue, 4 Feb 2020 08:42:15 +0000 (09:42 +0100)
webpack.config.js

index 0d6cf17..ac50a74 100644 (file)
@@ -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',