summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-07-14 13:09:08 +0200
committermsquare <msquare@notrademark.de>2019-07-20 23:58:14 +0200
commit9e9fee25f20e131d4c7d4fa70a0d215dcc37c6f8 (patch)
tree38811910e64c4741d9b3dfeee6443f1083a3b08c /webpack.config.js
parentc412f6b009e4cc125089806ca939d928c2efe0a2 (diff)
all 3 color themes for camp and high contrast theme
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 5542460d..f25a37ea 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -23,7 +23,7 @@ const plugins = [
const themeEntries = {};
-for (let i = 0; i < 9; i++) {
+for (let i = 0; i < 12; i++) {
themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`;
}