From 9f0b255f32dfa81bffe75f89335a78a659b4ce6a Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Tue, 27 Nov 2018 12:16:33 +0100 Subject: 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. --- WebInterface/NodeJSServer/webpack.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'WebInterface/NodeJSServer/webpack.config.js') 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', -- cgit v1.2.3-54-g00ecf