aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webpack.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 0d6cf17..ac50a74 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',