From 6f162dcf90a6aa671eb351dc25cb01e2d9cbd3cb Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Mon, 1 Oct 2018 18:10:37 +0200 Subject: A lot of changes I shoud have written a better commit, I know! --- WebInterface/NodeJSServer/webpack.config.js | 7 ++++--- 1 file changed, 4 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 f3635f7..6bfeb79 100644 --- a/WebInterface/NodeJSServer/webpack.config.js +++ b/WebInterface/NodeJSServer/webpack.config.js @@ -6,10 +6,11 @@ module.exports = { entry: { index: './src/index.js', about: './src/about.js', - play: './src/play.js' + play: './src/play.js', + playModule: './src/play-module.js', }, output: { filename: '[name].js', - path: path.resolve(__dirname, './dist/script') - } + path: path.resolve(__dirname, './dist/script'), + }, }; -- cgit v1.2.3-70-g09d2