aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-10-06 19:34:35 +0000
committerMax Magorsch <arzano@gentoo.org>2020-10-06 19:34:35 +0000
commit478e182c1f5e6c3f4fd36c3cdb018efb0b0dcbbe (patch)
tree6c3503ff0746702df546d4de6817a72ba275866a /webpack.config.js
parentMap bugs to package versions as well (diff)
downloadsoko-478e182c1f5e6c3f4fd36c3cdb018efb0b0dcbbe.tar.gz
soko-478e182c1f5e6c3f4fd36c3cdb018efb0b0dcbbe.tar.bz2
soko-478e182c1f5e6c3f4fd36c3cdb018efb0b0dcbbe.zip
Add the possibility to customize the web page
Different customization options have been added, so that it's possible to change the contents of the web page to the visitors needs. Cookies are currently used to store the preferences. Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index ca4712e..84deb53 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -9,6 +9,7 @@ module.exports = {
index: './web/packs/index.js',
packages: './web/packs/packages.js',
useflags: './web/packs/useflags.js',
+ userpref: './web/packs/userpref.js',
},
output: {
path: path.resolve(__dirname, 'assets'),