diff --git a/.gitignore b/.gitignore
index f409c0aa..87bd62b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@
index.php
electron-builder.env
node_modules/
-js/bundle.js
+bundle.js
workbox-*.js
service_worker.js
\ No newline at end of file
diff --git a/index.html b/index.html
index 9628db0a..1b7f8c2b 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,7 @@
-
+
diff --git a/webpack.config.js b/webpack.config.js
index 05c1987b..a90adb44 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -7,7 +7,7 @@ module.exports = {
entry: './src/index.js',
output: {
filename: 'bundle.js',
- path: PathModule.resolve(__dirname, 'js')
+ path: __dirname
},
module: {
rules: [