aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 157b8be..b875b6c 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -9,9 +9,9 @@ const ZipPlugin = require('zip-webpack-plugin');
module.exports = {
mode: 'production',
- entry: './src/app.js',
+ entry: './src/index.js',
output: {
- filename: 'app.js',
+ filename: 'index.js',
path: __dirname + '/dist'
},
optimization: {