summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-11-11 20:50:25 +0100
committermsquare <msquare@notrademark.de>2018-11-11 20:50:25 +0100
commitc1494fc1e798d1d83111c97465d6c4c79e6f9260 (patch)
tree59b22c6cc48424b54263890aa84858178a7a96ac /webpack.config.js
parent15751f9c7a31e9375b5b8f6ce126f35c7244eb48 (diff)
add 35c3 theme dark
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 261c1c44..010a9667 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -19,7 +19,7 @@ const plugins = [
const themeEntries = {};
-for (let i = 0; i < 7; i++) {
+for (let i = 0; i < 8; i++) {
themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`;
}