diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2022-11-11 16:53:15 +0100 |
---|---|---|
committer | Roger Zanoni <rzanoni@igalia.com> | 2022-11-11 16:54:34 +0100 |
commit | 38587cf96c096a204cd742fff9fea4f8e465393a (patch) | |
tree | 18b18d18bba8c93140186cc7db5b462408ea9f2c /webpack.config.js | |
parent | c189320ab6810d4c916fa8f697a9452f3a8976a4 (diff) |
Adapt the mixer demo to use kuksa.val service
Bug-AGL: SPEC-4599
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: If8308d3402c11ac3acc7dc11c11ed042f014b87e
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 5 |
1 files changed, 4 insertions, 1 deletions
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 +}; |