aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js5
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
+};