From 38587cf96c096a204cd742fff9fea4f8e465393a Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Fri, 11 Nov 2022 16:53:15 +0100 Subject: Adapt the mixer demo to use kuksa.val service Bug-AGL: SPEC-4599 Signed-off-by: Roger Zanoni Change-Id: If8308d3402c11ac3acc7dc11c11ed042f014b87e --- webpack.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 4bb79af..6a5c57c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,6 +8,9 @@ const CopyPlugin = require('copy-webpack-plugin'); module.exports = { mode: 'production', entry: { + PATHS: './src/js/paths.js', + KUKSA: './src/js/kuksa.js', + VOLUME: './src/js/volume.js', index: './src/index.js' }, output: { @@ -90,4 +93,4 @@ module.exports = { compress: true, port: 9000 } -};  \ No newline at end of file +};  -- cgit 1.2.3-korg