summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/webpack.config.js
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-11-27 12:16:33 +0100
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-11-27 12:16:33 +0100
commit9f0b255f32dfa81bffe75f89335a78a659b4ce6a (patch)
treec4345ef6f98fee35f326bc06c29cada542a78e43 /WebInterface/NodeJSServer/webpack.config.js
parenta653a4efc60ef0bbc18e65cb11a4bd8c06c7ad5c (diff)
Reworked the code, but currently unable to test, so bugs are bound to be in there
Will test it sometime later. There also might still be stuff, that has yet to be reworked.
Diffstat (limited to 'WebInterface/NodeJSServer/webpack.config.js')
-rw-r--r--WebInterface/NodeJSServer/webpack.config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebInterface/NodeJSServer/webpack.config.js b/WebInterface/NodeJSServer/webpack.config.js
index a3712c3..4b408a2 100644
--- a/WebInterface/NodeJSServer/webpack.config.js
+++ b/WebInterface/NodeJSServer/webpack.config.js
@@ -5,7 +5,7 @@ module.exports = [
{
mode: 'production',
entry: {
- index: './src/index.js',
+ index: './src/js/index.js',
},
output: {
filename: '[name].js',
@@ -16,7 +16,7 @@ module.exports = [
}, {
mode: 'production',
entry: {
- about: './src/about.js',
+ about: './src/js/about.js',
},
output: {
filename: '[name].js',
@@ -27,7 +27,7 @@ module.exports = [
}, {
mode: 'production',
entry: {
- play: './src/play.js',
+ play: './src/js/play.js',
},
output: {
filename: '[name].js',